[libcxx-commits] [PATCH] D100255: [libcxx][ranges] adds `range` access CPOs
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 26 16:04:56 PDT 2021
cjdb marked an inline comment as done.
cjdb added inline comments.
================
Comment at: libcxx/include/ranges:20
namespace std::ranges {
+ inline namespace unspecified {
+ // [range.access], range access
----------------
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?
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