namespace: gcc-4.5 does not accept multiple namespaces-definitions

This commit is contained in:
Patrick Boettcher 2017-01-10 11:03:04 +01:00
parent 0212887677
commit 8971651d2d

View File

@ -1,6 +1,8 @@
#include <json-schema.hpp>
namespace nlohmann::json_schema_draft4
namespace nlohmann
{
namespace json_schema_draft4
{
json draft4_schema_builtin = R"( {
@ -155,3 +157,4 @@ json draft4_schema_builtin = R"( {
} )"_json;
}
}