[libcxx-commits] [PATCH] D136522: [libcxx] patch for implementing ranges::find_last

Igor Zhukov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 9 01:19:57 PST 2023


fsb4000 added inline comments.


================
Comment at: libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last.pass.cpp:245
+  test();
+  assert(test());
+
----------------
`static_assert`


================
Comment at: libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last_if.pass.cpp:230
+  test();
+  assert(test());
+
----------------
`static_assert`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136522



More information about the libcxx-commits mailing list