[libcxx-commits] [PATCH] D100255: [libcxx][ranges] adds `range` access CPOs
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 27 07:26:37 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/include/ranges:20
namespace std::ranges {
+ inline namespace unspecified {
+ // [range.access], range access
----------------
cjdb wrote:
> ldionne wrote:
> > Is it really relevant to mark those as being part of an unspecified inline namespace in the synopsis?
> 🤷 Depends on how much we want our synopses to reflect the standard synopses?
Sure, I don't mind either way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100255/new/
https://reviews.llvm.org/D100255
More information about the libcxx-commits
mailing list