2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

standalone is an inline namespace

fix #181, close #244
This commit is contained in:
Vinnie Falco
2020-09-01 14:27:13 -07:00
parent 559b6a02f9
commit 94e26abb66
114 changed files with 245 additions and 465 deletions

View File

@@ -19,8 +19,7 @@
#include "test.hpp"
#include "test_suite.hpp"
namespace boost {
namespace json {
BOOST_JSON_NS_BEGIN
class string_test
{
@@ -2771,5 +2770,4 @@ public:
TEST_SUITE(string_test, "boost.json.string");
} // json
} // boost
BOOST_JSON_NS_END