[libcxx-commits] [libcxx] [libc++] Removes basic_string::reserve(). (PR #73354)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 24 10:52:58 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
----------------
philnik777 wrote:
Maybe rewrite this as a `REQUIRES`?
https://github.com/llvm/llvm-project/pull/73354
More information about the libcxx-commits
mailing list