[libcxx-commits] [PATCH] D151629: [libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move only types)

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 31 10:37:44 PDT 2023


Mordante added a reviewer: var-const.
Mordante added a comment.

I mainly glossed over it. I'm not to familiar with the details of these internals of ranges.



================
Comment at: libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/properties.compile.pass.cpp:11
+
+// Test various properties of <copyable-box>
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151629



More information about the libcxx-commits mailing list