Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json GIT_TAG v3.3.0) GIT_TAG v3.4.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) Loading include/nlohmann/json.hpp +2437 −1091 File changed.Preview size limit exceeded, changes collapsed. Show changes include/nlohmann/json_fwd.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,6 @@ uses the standard template types. @since version 1.0.0 */ using json = basic_json<>; } } // namespace nlohmann #endif Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json GIT_TAG v3.3.0) GIT_TAG v3.4.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) Loading
include/nlohmann/json.hpp +2437 −1091 File changed.Preview size limit exceeded, changes collapsed. Show changes
include/nlohmann/json_fwd.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,6 @@ uses the standard template types. @since version 1.0.0 */ using json = basic_json<>; } } // namespace nlohmann #endif