[libcxx-commits] [PATCH] D100255: [libcxx][ranges] adds `range` access CPOs
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 28 15:07:27 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/include/__ranges/begin.h:88
+
+ void operator()(auto&&) const = delete;
+ };
----------------
What is the purpose of that overload?
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