2
0
mirror of https://github.com/boostorg/json.git synced 2026-03-05 02:52:16 +00:00

Tidy up dtor exception specs and docs

fix #309
This commit is contained in:
Vinnie Falco
2020-09-15 16:43:48 -07:00
parent 2d0bef633d
commit e0b7b2b4f9
26 changed files with 232 additions and 288 deletions

View File

@@ -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: