[libcxx-commits] [PATCH] D99141: [libcxx] adds `std::incrementable_traits` to <iterator>
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 8 11:06:44 PDT 2021
cjdb added inline comments.
================
Comment at: libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/incrementable.traits/incrementable_traits.compile.pass.cpp:149
+ cv_qualifier&& noexcept >); \
+ /**/
+
----------------
Mordante wrote:
> cjdb wrote:
> > zoecarver wrote:
> > > What's the comment for?
> > Paging @ldionne. He's not the only Boost dev I've seen do this.
> Isn't it because line 148 ends with a `\`? Just to avoid when writing code on line 149 to be part of the macro.
Yeah, but why does line 148 end with `\`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99141/new/
https://reviews.llvm.org/D99141
More information about the libcxx-commits
mailing list