aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/counted.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__ranges/counted.h')
-rw-r--r--libcxx/include/__ranges/counted.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcxx/include/__ranges/counted.h b/libcxx/include/__ranges/counted.h
index f45f1e890085..138aa0e1dde5 100644
--- a/libcxx/include/__ranges/counted.h
+++ b/libcxx/include/__ranges/counted.h
@@ -6,6 +6,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
+
#ifndef _LIBCPP___RANGES_COUNTED_H
#define _LIBCPP___RANGES_COUNTED_H
@@ -29,7 +30,7 @@
_LIBCPP_BEGIN_NAMESPACE_STD
-#if _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES)
+#if _LIBCPP_STD_VER > 17
namespace ranges::views {
@@ -74,7 +75,7 @@ inline namespace __cpo {
} // namespace ranges::views
-#endif // _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES)
+#endif // _LIBCPP_STD_VER > 17
_LIBCPP_END_NAMESPACE_STD