We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a96a95 commit 783b819Copy full SHA for 783b819
include/rapidjson/rapidjson.h
@@ -603,14 +603,6 @@ RAPIDJSON_NAMESPACE_END
603
Defaults to C \c assert() (as \ref RAPIDJSON_ASSERT), if \c noexcept is
604
supported, and to \ref RAPIDJSON_ASSERT otherwise.
605
*/
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
614
615
///////////////////////////////////////////////////////////////////////////////
616
// RAPIDJSON_NOEXCEPT_ASSERT
0 commit comments