fix the abi tests for diagnostics positions feature#4572
fix the abi tests for diagnostics positions feature#4572nlohmann merged 1 commit intonlohmann:developfrom
Conversation
|
Thanks! We really need to add a CI step for this... |
|
Yes, I will raise a PR for a CI step as well. |
That would be the place to add the change: https://github.com/nlohmann/json/blob/develop/cmake/ci.cmake#L894_L955 Target |
Okay sounds good, thanks for the link. |
Added with #4579. |
This PR changes fix the issue #4571, when 'JSON_Diagnostic_Positions' cmake option is enabled, we need to cover JSON_DIAGNOSTIC_POSITIONS preprocessor directive as well.
Pull request checklist
Read the Contribution Guidelines for detailed information.
include/nlohmanndirectory, runmake amalgamateto create the single-header filessingle_include/nlohmann/json.hppandsingle_include/nlohmann/json_fwd.hpp. The whole process is described here.