-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add Niels Lohmann's JSON for Modern C++ header-only library #6145
Add Niels Lohmann's JSON for Modern C++ header-only library #6145
Conversation
Add an external and a tool file for Niels Lohmann's JSON for Modern C++ header-only library, from https://github.com/nlohmann/json . Can be used in CMSSW by adding to a BuildFile.xml: <use name="json"/> and to a source or header file: #include <nlohmann/json.hpp> using json = nlohmann::json; or, to include only the forward-declation: #include <nlohmann/json_fwd.hpp> using json = nlohmann::json; See https://github.com/nlohmann/json/blob/develop/README.md for some documentation.
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_10_6_X/gcc700 IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
Backport of #5641 for 10_6_X.