Skip to content

Changes to URI #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Apr 22, 2013
Merged

Changes to URI #11

merged 17 commits into from
Apr 22, 2013

Conversation

glynos
Copy link
Member

@glynos glynos commented Apr 21, 2013

Dean,

I made some breaking changes to the URI, but none of these changes should affect cpp-netlib adversely.

Most of the changes are a result of ongoing discussions I've had with the BSI C++ panel, attendees at ACCU at Bristol and the feedback I've had so far from the ISO committee.

The changes I've made ought to be clear from the commit messages, but please ask if anything isn't up to standard.

}

const char *uri_category_impl::name() const NETWORK_URI_NOEXCEPT {
const char *uri_category_impl::name() const noexcept {
static const char name[] = "uri_error";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: have you considered turning this function into a constexpr function?

@deanberris
Copy link
Member

LGTM -- merging now.

deanberris added a commit that referenced this pull request Apr 22, 2013
@deanberris deanberris merged commit 7bee012 into cpp-netlib:master Apr 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants