[libcxx-commits] [libcxx] Lower std::string's alignment requirement from 16 to 8. (PR #68807)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 12 16:29:21 PDT 2023


================
@@ -167,6 +167,11 @@
 // 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
+// Same memory by providing the allocator more freedom to allocate the most
----------------
EricWF wrote:

lol sorry this snuck back in after I broke broke the last PR.

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


More information about the libcxx-commits mailing list