[libcxx-commits] [PATCH] D102006: [libcxx][ranges] Add range.subrange.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 4 11:10:07 PDT 2021
zoecarver marked 6 inline comments as done.
zoecarver added inline comments.
================
Comment at: libcxx/test/std/ranges/range.utility/range.subrange/ctor.pass.cpp:164
+
+using DifferentSentienlSubrange = ranges::subrange<ForwardIter,
+ ForwardBorrowedRangeDifferentSentienl::sentinel,
----------------
Quuxplusone wrote:
> `s/enl/nel/g`
> Also `s/Foward/Forward/g` below, and probably some others; do a typo-checking pass on this file.
I'm bad at spotting these, so if you see others let me know and I'll fix them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102006/new/
https://reviews.llvm.org/D102006
More information about the libcxx-commits
mailing list