Skip to content
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

Update hexify to use array lookup instead of ternary (#270) #275

Merged
merged 1 commit into from
Jul 1, 2016
Merged

Update hexify to use array lookup instead of ternary (#270) #275

merged 1 commit into from
Jul 1, 2016

Conversation

dtoma
Copy link
Contributor

@dtoma dtoma commented Jun 29, 2016

#270

Ended up using an array of char rather than std::array, because std::array::[] only accepts unsigneds, thus we'd get a conversion warning.

@coveralls
Copy link

coveralls commented Jun 29, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 5c129c8 on dtoma:develop into 7ffa07e on nlohmann:develop.

@nlohmann nlohmann added this to the Release 2.0.2 milestone Jun 29, 2016
@codecov-io
Copy link

Current coverage is 100%

Merging #275 into develop will not change coverage

@@           develop   #275   diff @@
=====================================
  Files            1      1          
  Lines         2104   2104          
  Methods        293    293          
  Messages         0      0          
  Branches       299    299          
=====================================
  Hits          2104   2104          
  Misses           0      0          
  Partials         0      0          

Powered by Codecov. Last updated by 7ffa07e...5c129c8

@nlohmann nlohmann merged commit 814fb31 into nlohmann:develop Jul 1, 2016
@nlohmann
Copy link
Owner

nlohmann commented Jul 1, 2016

Thanks!

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.

4 participants