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 f2cfe68 commit a01582aCopy full SHA for a01582a
libcxx/include/__assert
@@ -34,9 +34,6 @@
34
# define _LIBCPP_ASSUME(expression) ((void)0)
35
#endif
36
37
-// Historically, disabled assertions below expanded to `_LIBCPP_ASSUME`, but this both triggers the
38
-// issue described above, and also causes every debug assertion to be a safety risk.
39
-
40
// clang-format off
41
// Fast hardening mode checks.
42
0 commit comments