mirror of
https://github.com/boostorg/json.git
synced 2026-03-05 02:52:16 +00:00
@@ -10,6 +10,8 @@
|
||||
// Test that header file is self-contained.
|
||||
#include <boost/json/storage_ptr.hpp>
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
#include "test.hpp"
|
||||
#include "test_suite.hpp"
|
||||
|
||||
@@ -17,6 +19,9 @@
|
||||
|
||||
BOOST_JSON_NS_BEGIN
|
||||
|
||||
BOOST_STATIC_ASSERT(
|
||||
std::is_nothrow_move_constructible<storage_ptr>::value);
|
||||
|
||||
class storage_ptr_test
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user