namespace: gcc-4.5 does not accept multiple namespaces-definitions
This commit is contained in:
parent
0212887677
commit
8971651d2d
@ -1,6 +1,8 @@
|
|||||||
#include <json-schema.hpp>
|
#include <json-schema.hpp>
|
||||||
|
|
||||||
namespace nlohmann::json_schema_draft4
|
namespace nlohmann
|
||||||
|
{
|
||||||
|
namespace json_schema_draft4
|
||||||
{
|
{
|
||||||
|
|
||||||
json draft4_schema_builtin = R"( {
|
json draft4_schema_builtin = R"( {
|
||||||
@ -155,3 +157,4 @@ json draft4_schema_builtin = R"( {
|
|||||||
} )"_json;
|
} )"_json;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user