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 c5c329b commit ff573a4Copy full SHA for ff573a4
libcxx/include/__assert
@@ -17,11 +17,6 @@
17
# pragma GCC system_header
18
#endif
19
20
-// TODO: Remove in LLVM 17.
21
-#if defined(_LIBCPP_DEBUG)
22
-# error "Defining _LIBCPP_DEBUG is not supported anymore. Please use _LIBCPP_ENABLE_DEBUG_MODE instead."
23
-#endif
24
-
25
// Automatically enable assertions when the debug mode is enabled.
26
#if defined(_LIBCPP_ENABLE_DEBUG_MODE)
27
# ifndef _LIBCPP_ENABLE_ASSERTIONS
0 commit comments