-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Added to tests the file unit-algorithm.cpp (c++ 11) functions from algorithm library #4044
Conversation
… that were missing: 1. iota 2. copy 3. copy if 4. copy n
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @Tomerkm |
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @Tomerkm |
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @Tomerkm |
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @Tomerkm |
Please run „make amalgamate“ before committing. |
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @Tomerkm |
hi @nlohmann, |
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @Tomerkm |
You originally added way more tests - what was wrong with them? |
@nlohmann you are right. |
@nlohmann |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks! |
Added new tests to the file unit-algorithm.cpp (c++ 11) that were missing at the test:
[Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.]
Pull request checklist
Read the Contribution Guidelines for detailed information.
include/nlohmann
directory, runmake amalgamate
to create the single-header filessingle_include/nlohmann/json.hpp
andsingle_include/nlohmann/json_fwd.hpp
. The whole process is described here.Please don't
#ifdef
s or other means.