[libcxx-commits] [PATCH] D102037: [libcxx][views] Add drop_view.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 6 17:42:59 PDT 2021


zoecarver added inline comments.


================
Comment at: libcxx/test/std/ranges/range.adaptors/range.drop/range.drop.view.pass.cpp:178
+  test();
+  static_assert(test());
+
----------------
I just had a thought: I should add some tests where `views::all` comes into play (so make sure we use the deduction guides to automatically create `drop_view<subrange>` and `drop_view<ref_view>`). I'll do this tomorrow morning. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102037



More information about the libcxx-commits mailing list