diff options
Diffstat (limited to 'libcxx/include/__memory/concepts.h')
| -rw-r--r-- | libcxx/include/__memory/concepts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__memory/concepts.h b/libcxx/include/__memory/concepts.h index 4029b590fe8c..dced563f38b6 100644 --- a/libcxx/include/__memory/concepts.h +++ b/libcxx/include/__memory/concepts.h @@ -25,7 +25,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD -#if !defined(_LIBCPP_HAS_NO_RANGES) +#if !defined(_LIBCPP_HAS_NO_CONCEPTS) namespace ranges { // [special.mem.concepts] @@ -59,7 +59,7 @@ concept __nothrow_forward_range = __nothrow_forward_iterator<iterator_t<_Rp>>; } // namespace ranges -#endif // !defined(_LIBCPP_HAS_NO_RANGES) +#endif // !defined(_LIBCPP_HAS_NO_CONCEPTS) _LIBCPP_END_NAMESPACE_STD |
