[libcxx-commits] [libcxx] [libc++] Eliminate extra allocations from `std::move(oss).str()` (PR #67294)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 1 12:46:29 PDT 2023


================
@@ -0,0 +1,165 @@
+//===----------------------------------------------------------------------===//
----------------
philnik777 wrote:

IIRC the changes here are not to make us conforming, so all the tests should be either under `libcxx/test/libcxx` or guarded with `#ifdef _LIBCPP_VERSION`.

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


More information about the libcxx-commits mailing list