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

Petr Hosek via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 28 23:50:11 PST 2023


petrhosek wrote:

I believe we should be able to use the following in our CMake cache file as a temporary workaround:
```cmake
set(LIBCXX_TEST_PARAMS "std=c++23" CACHE STRING "")
```

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


More information about the libcxx-commits mailing list