[libcxx-commits] [PATCH] D105304: [libcxx][ranges] Implement indirectly_swappable.

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 1 12:04:45 PDT 2021


cjdb added a comment.

LGTM overall. Please don't forget iterator conformance tests!



================
Comment at: libcxx/include/__iterator/concepts.h:252
 
+// Note: indirectly_swappable is located in iter_swap.h.
+
----------------
Please indicate why it's there so I don't go and move it when I forget the reason.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105304



More information about the libcxx-commits mailing list