Skip to content

Issue 23 #27

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 3 commits into from
Jul 25, 2013
Merged

Issue 23 #27

merged 3 commits into from
Jul 25, 2013

Conversation

glynos
Copy link
Member

@glynos glynos commented Jul 24, 2013

I added some tests and better exception handling for percent decoding errors.

// throw
return CharT();

throw percent_decoding_error(uri_error::non_hex_input);
Copy link
Member

Choose a reason for hiding this comment

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

Can we use boost::throw_exception(...) here?

@deanberris
Copy link
Member

LGTM

Please merge at will -- I just realized we don't need to think about using Boost.Exception here.

glynos added a commit that referenced this pull request Jul 25, 2013
@glynos glynos merged commit 13d2b61 into cpp-netlib:master Jul 25, 2013
@glynos glynos deleted the issue_23 branch July 25, 2013 13:43
glynos added a commit that referenced this pull request Aug 22, 2018
Fix compare() in string_view
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