diff options
Diffstat (limited to 'libcxx/modules/std/atomic.inc')
-rw-r--r-- | libcxx/modules/std/atomic.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/modules/std/atomic.inc b/libcxx/modules/std/atomic.inc index 5139b7531093..88b31ccdb208 100644 --- a/libcxx/modules/std/atomic.inc +++ b/libcxx/modules/std/atomic.inc @@ -60,7 +60,9 @@ export namespace std { using std::atomic_char; using std::atomic_char16_t; using std::atomic_char32_t; +#ifndef _LIBCPP_HAS_NO_CHAR8_T using std::atomic_char8_t; +#endif using std::atomic_int; using std::atomic_llong; using std::atomic_long; |