[libcxx-commits] [PATCH] D102006: [libcxx][ranges] Add range.subrange.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 20 16:30:06 PDT 2021
zoecarver marked 2 inline comments as done.
zoecarver added inline comments.
================
Comment at: libcxx/include/__ranges/subrange.h:146
+ template<class _Pair>
+ requires (!same_as<subrange, _Pair>) &&
+ __pair_like_convertible_from<_Pair, const _Iter&, const _Sent&>
----------------
tcanens wrote:
> cjdb wrote:
> > Should be `__not_same_as`.
> Who came up with the idea to have a exposition-only concept named //`not-same-as`// that's not `not same_as`?
This is the most annoying thing...
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