[libcxx-commits] [PATCH] D116239: [libc++] [ranges] ADL-proof the [range.access] CPOs.

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 26 12:28:08 PST 2021


jloser accepted this revision.
jloser added a comment.

LGTM! Regarding the `class_or_enum` discussion, note `__unqualified_begin` concept uses `__class_or_enum`, so we should change that (and others, where appropriate) if we want to say "class or union, but not enum".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116239/new/

https://reviews.llvm.org/D116239



More information about the libcxx-commits mailing list