Files
clang-p2996/libcxx/include/cstdlib
Mark de Wever 1eb90b9a4e [libc++] Fixes disabling wide character.
While testing the std module with -DLIBCXX_ENABLE_WIDE_CHARACTERS=OFF
the build failed. These functions are not exported from the module since
they use wchar_t. Disable them in the headers too.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D158199
2023-08-19 19:09:16 +02:00

5.6 KiB