[libcxx-commits] [libcxx] [libc++] Implement generic associative container benchmarks (PR #123663)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 3 10:51:26 PST 2025


================
@@ -6,944 +6,20 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++03, c++11, c++14
+// UNSUPPORTED: c++03, c++11, c++14, c++17
----------------
mordante wrote:

Can you explain in the commit message why we're no longer able to test with C++17. 
I don't mind the change, but I like to have the reason documented.

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


More information about the libcxx-commits mailing list