2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +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

@@ -23,6 +23,9 @@
BOOST_JSON_NS_BEGIN
BOOST_STATIC_ASSERT( std::is_nothrow_destructible<string>::value );
BOOST_STATIC_ASSERT( std::is_nothrow_move_constructible<string>::value );
class string_test
{
public: