[libcxx-commits] [PATCH] D106840: [libcxx][ranges] Add `std::ranges::single_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 28 15:38:29 PDT 2021


zoecarver marked 2 inline comments as done.
zoecarver added a comment.

So it appears that the assign test crashes on GCC trunk! <https://tinyurl.com/2edutprj> Anyway, I filed a bug (id = 101663), and I'll mark this test as unsupported on GCC.



================
Comment at: libcxx/test/std/ranges/range.factories/range.single.view/assign.pass.cpp:10
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: libcpp-no-concepts
----------------
ldionne wrote:
> I really like that you're testing this property of the type, thanks for being thorough.
Thank you :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106840/new/

https://reviews.llvm.org/D106840



More information about the libcxx-commits mailing list