[libcxx-commits] [PATCH] D143828: [libcxx][ranges] mark new join view tests unsupported without experimental flag

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 11 12:42:01 PST 2023


huixie90 created this revision.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143828

Files:
  libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
  libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp


Index: libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
===================================================================
--- libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
+++ libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: !c++experimental
 
 // ADL call with nested iterators of views should not look up base's view's
 // namespace
Index: libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
===================================================================
--- libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
+++ libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: !c++experimental
 
 #include <ranges>
 #include <vector>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143828.496711.patch
Type: text/x-patch
Size: 1123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230211/b169042e/attachment.bin>


More information about the libcxx-commits mailing list