[all-commits] [llvm/llvm-project] efc60d: [libc++] Reenable codecvt in the dylib. (#73679)
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Nov 29 15:02:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efc60dc00796fd113e057a92c6861eeb57e649ae
https://github.com/llvm/llvm-project/commit/efc60dc00796fd113e057a92c6861eeb57e649ae
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libcxx/include/codecvt
M libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.cons/wchar_pointer.pass.cpp
M libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.members/open_wchar_pointer.pass.cpp
M libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/wchar_pointer.pass.cpp
M libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.members/open_wchar_pointer.pass.cpp
Log Message:
-----------
[libc++] Reenable codecvt in the dylib. (#73679)
The header is used in the dylib, this is not an issue at the moment
since the dylib is built using C++23 but it would be when building
with C++26.
Post release comments in #72496 seem to indicate this removal is an
issue for Fuchsia.
More information about the All-commits
mailing list