[libcxx-commits] [libcxx] [libc++] Removes basic_string::reserve(). (PR #73354)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 25 04:55:18 PST 2023


================
@@ -10,7 +10,7 @@
 
 // void reserve(); // Deprecated in C++20
 
-// UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++26
----------------
mordante wrote:

That won't work properly; then the test will no longer be executed in C++29. It would be great when we can have `// UNSUPPORTED: <c++26` instead. IIRC there was some interest in that feature on Discord recently.

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


More information about the libcxx-commits mailing list