... by examining _MSVC_EXECUTION_CHARACTER_SET in the force-include header.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGa765eea15389: [libcxx][test] Auto-detect _LIBCPP_HAS_NO_UNICODE for MSVC STL
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. In the future, we should create a TEST_HAS_NO_UNICODE macro in test_macros.h and use that throughout the test suite instead (like we do for TEST_HAS_NO_WIDE_CHARACTERS).
libcxx/test/support/msvc_stdlib_force_include.h | ||
---|---|---|
109 | For such a small #if - #endif block, I would drop the closing comment. |
For such a small #if - #endif block, I would drop the closing comment.