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.
Details
Details
- Reviewers
ldionne philnik - Group Reviewers
Restricted Project - Commits
- rG1eb90b9a4e8f: [libc++] Fixes disabling wide character.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
This doesn't seem to require wchar_t.