[libcxx][ranges] Move `namespace views` into `namespace ranges` and add an alias.
Differential Revision: https://reviews.llvm.org/D108047
NOKEYCHECK=True
GitOrigin-RevId: 9ed07781791054f9e129c892adf819b55d6e6c44
diff --git a/include/ranges b/include/ranges
index 014260a..a4cbfaf 100644
--- a/include/ranges
+++ b/include/ranges
@@ -238,6 +238,8 @@
#if _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_RANGES)
+namespace views = ranges::views;
+
#endif // _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_RANGES)
_LIBCPP_END_NAMESPACE_STD