mirror of
https://github.com/boostorg/json.git
synced 2026-01-19 04:12:14 +00:00
remove namespace macros
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
#include "test.hpp"
|
||||
#include "test_suite.hpp"
|
||||
|
||||
BOOST_JSON_NS_BEGIN
|
||||
namespace boost {
|
||||
namespace json {
|
||||
|
||||
BOOST_STATIC_ASSERT( std::is_nothrow_destructible<string>::value );
|
||||
BOOST_STATIC_ASSERT( std::is_nothrow_move_constructible<string>::value );
|
||||
@@ -2823,4 +2824,5 @@ public:
|
||||
|
||||
TEST_SUITE(string_test, "boost.json.string");
|
||||
|
||||
BOOST_JSON_NS_END
|
||||
} // namespace json
|
||||
} // namespace boost
|
||||
|
||||
Reference in New Issue
Block a user