[libcxx-commits] [libcxx] [libc++][string] Assert resize_and_overwrite operation returns integer-like type (PR #162030)
NagaChaitanya Vellanki via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 9 02:15:25 PDT 2025
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+// REQUIRES: std-at-least-c++23
----------------
chaitanyav wrote:
will modify this file then
https://github.com/llvm/llvm-project/pull/162030
More information about the libcxx-commits
mailing list