[libcxx-commits] [PATCH] D99854: [libcxx] adds `cpp17-.*iterator` concepts (as `__legacy_.*iterator`)

Tim Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 7 18:34:21 PDT 2021


tcanens added inline comments.


================
Comment at: libcxx/include/iterator:660
+concept __legacy_iterator =
+  copyable<_Ip> &&
+  requires(_Ip __i) {
----------------
LWG3420?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99854



More information about the libcxx-commits mailing list