Skip to content

Commit 783b819

Browse files
authored
Update rapidjson.h
1 parent 8a96a95 commit 783b819

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/rapidjson/rapidjson.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -603,14 +603,6 @@ RAPIDJSON_NAMESPACE_END
603603
Defaults to C \c assert() (as \ref RAPIDJSON_ASSERT), if \c noexcept is
604604
supported, and to \ref RAPIDJSON_ASSERT otherwise.
605605
*/
606-
#ifndef RAPIDJSON_NOEXCEPT_ASSERT
607-
#if RAPIDJSON_HAS_CXX11_NOEXCEPT
608-
#include <cassert>
609-
#define RAPIDJSON_NOEXCEPT_ASSERT(x) assert(x)
610-
#else
611-
#define RAPIDJSON_NOEXCEPT_ASSERT(x) RAPIDJSON_ASSERT(x)
612-
#endif // RAPIDJSON_HAS_CXX11_NOEXCEPT
613-
#endif // RAPIDJSON_NOEXCEPT_ASSERT
614606

615607
///////////////////////////////////////////////////////////////////////////////
616608
// RAPIDJSON_NOEXCEPT_ASSERT

0 commit comments

Comments
 (0)