File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
#include < nlohmann/json.hpp>
25
25
26
26
#ifdef NLOHMANN_JSON_VERSION_MAJOR
27
- # if (NLOHMANN_JSON_VERSION_MAJOR * 10000 + NLOHMANN_JSON_VERSION_MINOR * 100 + NLOHMANN_JSON_VERSION_PATCH) < 30600
28
- # error "Please use this library with NLohmann's JSON version 3.6 .0 or higher"
27
+ # if (NLOHMANN_JSON_VERSION_MAJOR * 10000 + NLOHMANN_JSON_VERSION_MINOR * 100 + NLOHMANN_JSON_VERSION_PATCH) < 30800
28
+ # error "Please use this library with NLohmann's JSON version 3.8 .0 or higher"
29
29
# endif
30
30
#else
31
- # error "expected existing NLOHMANN_JSON_VERSION_MAJOR preproc variable, please update to NLohmann's JSON 3.6 .0"
31
+ # error "expected existing NLOHMANN_JSON_VERSION_MAJOR preproc variable, please update to NLohmann's JSON 3.8 .0"
32
32
#endif
33
33
34
34
// make yourself a home - welcome to nlohmann's namespace
You can’t perform that action at this time.
0 commit comments