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 3cf4f7c commit 40cae03Copy full SHA for 40cae03
include/rapidjson/rapidjson.h
@@ -607,6 +607,7 @@ RAPIDJSON_NAMESPACE_END
607
///////////////////////////////////////////////////////////////////////////////
608
// RAPIDJSON_NOEXCEPT_ASSERT
609
610
+#ifndef RAPIDJSON_NOEXCEPT_ASSERT
611
#ifdef RAPIDJSON_ASSERT_THROWS
612
#if RAPIDJSON_HAS_CXX11_NOEXCEPT
613
#define RAPIDJSON_NOEXCEPT_ASSERT(x)
@@ -616,6 +617,7 @@ RAPIDJSON_NAMESPACE_END
616
617
#else
618
#define RAPIDJSON_NOEXCEPT_ASSERT(x) RAPIDJSON_ASSERT(x)
619
#endif // RAPIDJSON_ASSERT_THROWS
620
+#endif // RAPIDJSON_NOEXCEPT_ASSERT
621
622
623
// new/delete
0 commit comments