[libcxx-commits] [libcxx] [libc++] Replace __resize_default_init with resize_and_overwrite (PR #157121)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 10 09:54:10 PDT 2025


================
@@ -1,75 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-// <string>
-
-// __resize_default_init(size_type)
----------------
ldionne wrote:

Do the tests for `resize_and_overwrite` cover all of these cases? If not, let's add them over there.

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


More information about the libcxx-commits mailing list