00-future-2023-12-23-turn-on-join-view-6a664674990094c1b5d2e717256f08cb04485899.patch 609 B

12345678910111213
  1. diff --git a/include/__ranges/join_view.h b/include/__ranges/join_view.h
  2. index e6240df..94fa0de 100644
  3. --- a/include/__ranges/join_view.h
  4. +++ b/include/__ranges/join_view.h
  5. @@ -44,7 +44,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
  6. // Note: `join_view` is still marked experimental because there is an ABI-breaking change that affects `join_view` in
  7. // the pipeline (https://isocpp.org/files/papers/D2770R0.html).
  8. // TODO: make `join_view` non-experimental once D2770 is implemented.
  9. -#if _LIBCPP_STD_VER >= 20 && defined(_LIBCPP_ENABLE_EXPERIMENTAL)
  10. +#if _LIBCPP_STD_VER >= 20
  11. namespace ranges {
  12. template<class>