mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
move namespace json into the chaiscript namespace #486
This commit is contained in:
parent
c258670350
commit
0f37802aba
@ -19,7 +19,7 @@
|
|||||||
#include <variant>
|
#include <variant>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace json {
|
namespace chaiscript::json {
|
||||||
using std::enable_if;
|
using std::enable_if;
|
||||||
using std::initializer_list;
|
using std::initializer_list;
|
||||||
using std::is_convertible;
|
using std::is_convertible;
|
||||||
@ -593,6 +593,6 @@ namespace json {
|
|||||||
return JSONParser::parse_next(str, offset);
|
return JSONParser::parse_next(str, offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // End Namespace json
|
} // namespace chaiscript::json
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user