llvm-project/libcxx/test/std/ranges/range.factories
Hui Xie 96a509bca2 implement `std::views::istream`
implement `std::ranges::basic_istream_view` and `std::views::istream`. Although the view itself is constexpr,
the constructor argument is a base class std::istream where its ctor/dtor are not constexpr. So no tests are performed in
constexpr

Differential Revision: https://reviews.llvm.org/D133317
2022-10-06 22:57:37 +01:00
..
range.iota.view [libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guides 2022-10-03 14:05:08 -04:00
range.istream.view implement `std::views::istream` 2022-10-06 22:57:37 +01:00
range.single.view [libc++] Make <ranges> non-experimental 2022-08-18 16:59:58 -04:00