[libcxx-commits] [PATCH] D106207: [libcxx][ranges] makes `ranges::subrange` a borrowed range

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 19 10:39:12 PDT 2021


ldionne added a comment.

Thanks for fixing this! Can you update the comment in the test?



================
Comment at: libcxx/test/std/ranges/range.utility/range.subrange/enable_borrowed_range.compile.pass.cpp:13
+
+// class std::ranges::subrange;
+
----------------
This comment is wrong.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106207



More information about the libcxx-commits mailing list