Many tests in libcxx/test/std/strings use `#if defined(cpp_lib_char8_t) &&
cpp_lib_char8_t >= 201811L` which can be replaced with the more terse `#ifndef
TEST_HAS_NO_CHAR8_T`.
Details
Details
- Reviewers
philnik Mordante var-const ldionne - Group Reviewers
Restricted Project - Commits
- rGeb1ceb17ae97: [libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo