[libcxx-commits] [PATCH] D103335: [libcxx][ranges] Adds `common_iterator`.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 6 17:27:27 PDT 2021
zoecarver added inline comments.
================
Comment at: libcxx/test/std/iterators/predef.iterators/iterators.common/members.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
Oops, I can delete this now that it's tested elsewhere.
================
Comment at: libcxx/test/support/test_iterators.h:164
+template <class It>
+class no_default_constructor
+{
----------------
I think this will be a very helpful type to have now that we need to test the default constructibility of all our views/iterators.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103335/new/
https://reviews.llvm.org/D103335
More information about the libcxx-commits
mailing list