[libcxx-commits] [libcxx] [libc++] P2944R3: Constrained comparisions - `tuple` (PR #145677)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 25 05:04:38 PDT 2025


================
@@ -21,9 +21,15 @@
 
 #include <tuple>
 
+#include "test_macros.h"
+
+#if TEST_STD_VER >= 26
----------------
philnik777 wrote:

Can we just make this UNSUPPORTED: std-at-least-cxx26? Also, please add a comment why this is disabled since C++26.

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


More information about the libcxx-commits mailing list