aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stdatomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/stdatomic.h')
-rw-r--r--libcxx/include/stdatomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/stdatomic.h b/libcxx/include/stdatomic.h
index 2f25b05..f4e9b59 100644
--- a/libcxx/include/stdatomic.h
+++ b/libcxx/include/stdatomic.h
@@ -161,7 +161,7 @@ using std::atomic_char8_t _LIBCPP_USING_IF_EXISTS;
# endif
using std::atomic_char16_t _LIBCPP_USING_IF_EXISTS;
using std::atomic_char32_t _LIBCPP_USING_IF_EXISTS;
-# ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
+# if _LIBCPP_HAS_WIDE_CHARACTERS
using std::atomic_wchar_t _LIBCPP_USING_IF_EXISTS;
# endif