[libcxx-commits] [libcxx] [libc++] Reenable codecvt in the dylib. (PR #73679)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 15:01:11 PST 2023


ldionne wrote:

@mordante CI passed. I added a comment to the effect that passing `-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT` in the Windows tests is a temporary workaround, and I'm committing this now to fix the issues on Windows. We should figure out how to avoid requiring the removed `codecvt` in these tests in C++26, otherwise it means that users on Windows won't be able to use these constructors.

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


More information about the libcxx-commits mailing list