Skip to content

Implement algorithm::hex_lower (Trac ticket #7064) #14

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
Mar 7, 2016

Conversation

nigels-com
Copy link
Contributor

https://svn.boost.org/trac/boost/ticket/7064

boost::algorithm::hex supports binary to hex string conversion, but as upper case ABCDEF.
This adds boost::algorithm::hex_lower for lower-case hex string output.

mclow added a commit that referenced this pull request Mar 7, 2016
Implement algorithm::hex_lower (Trac ticket #7064)
@mclow mclow merged commit 5412438 into boostorg:master Mar 7, 2016
@nigels-com
Copy link
Contributor Author

Cheers, thanks.

@mclow
Copy link
Collaborator

mclow commented Mar 7, 2016

I am reverting this because it went into master instead of develop
If you want to make a new PR into develop, I'll pull that.

mclow added a commit that referenced this pull request Mar 7, 2016
This reverts commit 5412438, reversing
changes made to a09963b.
@nigels-com
Copy link
Contributor Author

Done. #15

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