[libcxx-commits] [PATCH] D142335: [libc++][ranges] Implement `ranges::to`.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 28 12:27:49 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/support/from_range_sequence_containers.h:1
+//===----------------------------------------------------------------------===//
+//
----------------
Do we want to put that file under `libcxx/test/std/containers/sequences` instead? Or would that mess up how we need to include the header too much?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142335



More information about the libcxx-commits mailing list