mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 21:25:30 +00:00
Restructure inline namespace and allow version component to be disabled (#3683)
This commit is contained in:
committed by
GitHub
parent
93112fbf4d
commit
0e61ee8b07
@@ -36,8 +36,8 @@ SOFTWARE.
|
||||
* file doc/README.md. *
|
||||
\****************************************************************************/
|
||||
|
||||
#ifndef INCLUDE_NLOHMANN_JSON_HPP_
|
||||
#define INCLUDE_NLOHMANN_JSON_HPP_
|
||||
#ifndef INCLUDE_NLOHMANN_JSON_V3_10_5_HPP_
|
||||
#define INCLUDE_NLOHMANN_JSON_V3_10_5_HPP_
|
||||
|
||||
#define NLOHMANN_JSON_VERSION_MAJOR 3
|
||||
#define NLOHMANN_JSON_VERSION_MINOR 10
|
||||
@@ -22088,4 +22088,4 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std
|
||||
|
||||
|
||||
|
||||
#endif // INCLUDE_NLOHMANN_JSON_HPP_
|
||||
#endif // INCLUDE_NLOHMANN_JSON_V3_10_5_HPP_
|
||||
|
||||
Reference in New Issue
Block a user