[libcxx-commits] [libcxx] [libc++] Replace __resize_default_init with resize_and_overwrite (PR #157121)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 12 02:03:32 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)
----------------
philnik777 wrote:
Yeah, these are very basic tests. Everything here that also makes sense with `resize_and_overwrite` is covered in the respective tests.
https://github.com/llvm/llvm-project/pull/157121
More information about the libcxx-commits
mailing list