2
0
mirror of https://github.com/boostorg/json.git synced 2026-02-09 23:22:27 +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

@@ -9,17 +9,3 @@
// Test that header file is self-contained.
#include <boost/json/except.hpp>
#include <boost/json/storage_ptr.hpp>
namespace boost {
namespace json {
void test()
{
struct T{};
static_assert(! is_deallocate_trivial<T>::value, "");
}
}
}