[libcxx-commits] [libcxx] [libc++] Refactor some code in monotonic_buffer_resource (PR #117271)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 26 13:33:28 PST 2024
================
@@ -60,6 +60,18 @@ Version 20.0
Symbol added: __ZTSNSt3__120__codecvt_utf8_utf16IDsEE
Symbol added: __ZTSNSt3__120__codecvt_utf8_utf16IwEE
+* [libc++][PMR] Remove duplicate implementation of __try_allocate_from_chunk
----------------
ldionne wrote:
This entry should be added at the top of the LLVM 20 ABI changes, not at the bottom. In other words, `[libcxx][libc] Implements from_chars floating-point` is *more recent* than `[libc++] Stop trying to avoid exporting some typeinfo names`, not the other way around.
https://github.com/llvm/llvm-project/pull/117271
More information about the libcxx-commits
mailing list