Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f37802

Browse files
committed
move namespace json into the chaiscript namespace #486
1 parent c258670 commit 0f37802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/chaiscript/utility/json.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <variant>
2020
#include <vector>
2121

22-
namespace json {
22+
namespace chaiscript::json {
2323
using std::enable_if;
2424
using std::initializer_list;
2525
using std::is_convertible;
@@ -593,6 +593,6 @@ namespace json {
593593
return JSONParser::parse_next(str, offset);
594594
}
595595

596-
} // End Namespace json
596+
} // namespace chaiscript::json
597597

598598
#endif

0 commit comments

Comments
 (0)