Skip to content
Snippets Groups Projects
Commit f02adff4 authored by GitHub Actions's avatar GitHub Actions
Browse files

Upstream release v3.6.0

parent 292370c1
No related branches found
Tags v3.10.4
No related merge requests found
......@@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json
GIT_TAG v3.5.0)
GIT_TAG v3.6.0)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)
......
This diff is collapsed.
#ifndef NLOHMANN_JSON_FWD_HPP
#define NLOHMANN_JSON_FWD_HPP
#ifndef INCLUDE_NLOHMANN_JSON_FWD_HPP_
#define INCLUDE_NLOHMANN_JSON_FWD_HPP_
#include <cstdint> // int64_t, uint64_t
#include <map> // map
......@@ -61,4 +61,4 @@ uses the standard template types.
using json = basic_json<>;
} // namespace nlohmann
#endif
#endif // INCLUDE_NLOHMANN_JSON_FWD_HPP_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment