2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 16:22:20 +00:00

remove namespace macros

This commit is contained in:
Dmitry Arkhipov
2022-11-05 20:12:40 +03:00
parent 8659e7d694
commit 36552f0c94
134 changed files with 533 additions and 277 deletions

View File

@@ -19,7 +19,8 @@
#include "test.hpp"
#include "test_suite.hpp"
BOOST_JSON_NS_BEGIN
namespace boost {
namespace json {
BOOST_STATIC_ASSERT( std::is_nothrow_destructible<basic_parser<int>>::value );
@@ -1606,4 +1607,5 @@ public:
TEST_SUITE(basic_parser_test, "boost.json.basic_parser");
BOOST_JSON_NS_END
} // namespace json
} // namespace boost