[libcxx-commits] [libcxx] [libc++] Base string's alignment on __STDCPP_DEFAULT_NEW_ALIGNMENT__ (PR #171785)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 28 07:48:42 PST 2026
================
@@ -1,37 +0,0 @@
-//===----------------------------------------------------------------------===//
----------------
ldionne wrote:
I think we'd be in a much simpler state if we backport this change to the C++03 headers. If there happens to be a bug related to this, it'll be extremely confusing if the 03 headers don't behave the same as the normal headers. Backporting also doesn't really add much complexity.
https://github.com/llvm/llvm-project/pull/171785
More information about the libcxx-commits
mailing list