[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:18:27 PST 2023


fsb4000 added inline comments.


================
Comment at: libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last_if_not.pass.cpp:216
+  test();
+  assert(test());
+
----------------
Should be `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