[libcxx-commits] [PATCH] D102639: [libcxx][ranges] Add `indirectly_movable`.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 17 11:31:31 PDT 2021
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LGTM, except a minor issues. Please update the synopsis in `<iterator>`.
================
Comment at: libcxx/test/std/iterators/iterator.requirements/alg.req/ind.move.compile.pass.cpp:13
+
+// template<class I>
+// concept indirectly_movable;
----------------
`template<class In, class Out>`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102639/new/
https://reviews.llvm.org/D102639
More information about the libcxx-commits
mailing list