commit | 3041eb725eb6a5aaaf61b37475f3bb876d2d9d6f | [log] [tgz] |
---|---|---|
author | Hui Xie <hui.xie1990@gmail.com> | Mon Sep 05 16:45:47 2022 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 06 15:01:18 2022 -0700 |
tree | d7a88a371d86d7bab7ffb5a993f0774a63b9bbf9 | |
parent | 3e3d765c5a52c72364538267ef249bc3bc813e24 [diff] |
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 GitOrigin-RevId: 96a509bca28b8668c3c2c68aae4116cc0d8c2952