[libcxx-commits] [libcxx] [libcxx] changes `__is_allocator` from a struct to a variable or concept (PR #68629)

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 9 13:52:50 PDT 2023


================
@@ -57,6 +57,8 @@
     # Disable warnings for extensions used in C++03
     "-Wno-local-type-template-args",
     "-Wno-c++11-extensions",
+    "-Wno-c++14-extensions",
+    "-Wno-c++17-extensions",
----------------
cjdb wrote:

Also worthy of attention.

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


More information about the libcxx-commits mailing list