mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +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 <vector>
|
||||
|
||||
namespace json {
|
||||
namespace chaiscript::json {
|
||||
using std::enable_if;
|
||||
using std::initializer_list;
|
||||
using std::is_convertible;
|
||||
@ -593,6 +593,6 @@ namespace json {
|
||||
return JSONParser::parse_next(str, offset);
|
||||
}
|
||||
|
||||
} // End Namespace json
|
||||
} // namespace chaiscript::json
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user