[libcxx-commits] [PATCH] D103341: [libcxx][nfc] Cleanup cpp20_input_iterator.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 28 13:59:11 PDT 2021
zoecarver added inline comments.
================
Comment at: libcxx/test/support/test_iterators.h:639
-
-// clang-format off
----------------
I need to find and remove the matching comment.
================
Comment at: libcxx/test/support/test_iterators.h:737
template <std::input_or_output_iterator I>
class stride_counting_iterator {
public:
----------------
We need some similar changes here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103341/new/
https://reviews.llvm.org/D103341
More information about the libcxx-commits
mailing list