[libcxx-commits] [PATCH] D105456: [libcxx][algorithms] adds `std::ranges::find`
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 22 14:21:32 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges_find/special_function.compile.pass.cpp:30
+namespace std::ranges {
+ template<class T>
+ class basic_istream_view {
----------------
Is there any way you can avoid doing this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105456/new/
https://reviews.llvm.org/D105456
More information about the libcxx-commits
mailing list