mirror of
https://github.com/boostorg/json.git
synced 2026-02-09 23:22:27 +00:00
@@ -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, "");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user