[libcxx-commits] [libcxx] [libc++][hardening] Always enable all checks during constant evaluation (PR #107713)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 8 06:18:38 PDT 2024


================
@@ -37,6 +37,11 @@
 #  define TEST_HAS_NO_NASTY_STRING
 #endif
 
+// TODO re-enable after #107747 is fixed
+#ifndef TEST_HAS_NO_NASTY_STRING
+#  define TEST_HAS_NO_NASTY_STRING
+#endif
----------------
philnik777 wrote:

This should be reverted, see the bug.

https://github.com/llvm/llvm-project/pull/107713


More information about the libcxx-commits mailing list