[libcxx-commits] [libcxx] Unconditionally lower std::string's alignment requirement from 16 to 8. (PR #68925)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 23 13:58:40 PST 2024
================
@@ -174,11 +174,6 @@
// The implementation moved to the header, but we still export the symbols from
// the dylib for backwards compatibility.
# define _LIBCPP_ABI_DO_NOT_EXPORT_TO_CHARS_BASE_10
-// Save memory by providing the allocator more freedom to allocate the most
----------------
EricWF wrote:
Done.
https://github.com/llvm/llvm-project/pull/68925
More information about the libcxx-commits
mailing list