From ec2bdf86f088543dc3348368b6b944981eb83df4 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 20 Jul 2021 09:19:52 -0400 Subject: [PATCH] [libc++][NFC] Add missing commits to the ABI changelog --- libcxx/lib/abi/CHANGELOG.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index 4cf049c..af9c305 100644 --- a/libcxx/lib/abi/CHANGELOG.TXT +++ b/libcxx/lib/abi/CHANGELOG.TXT @@ -16,7 +16,7 @@ New entries should be added directly below the "Version" header. Version 12.0 ------------ -* [libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname. +* a984dcaf7c21 - [libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname. This commit added new instantiations with char8_t for classes codecvt and codecvt_byname in in the library. @@ -105,7 +105,7 @@ Version 12.0 Symbol added: _ZNKSt3__17codecvtIDsDu11__mbstate_tE5do_inERS1_PKDuS5_RS5_PDsS7_RS7_ Symbol added: _ZTSNSt3__114codecvt_bynameIDiDu11__mbstate_tEE -* XXXXXXX - [libc++] Instantiate additional members in the dylib +* 997d41cdec53 - [libc++] Instantiate additional members in the dylib This commit added new explicit instantiations for classes in in the library. This was done after noticing that many programs that used streams -- 2.7.4