[libcxx-commits] [PATCH] D124332: [libc++] Implement ranges::for_each{, _n}

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 27 20:16:57 PDT 2022


var-const added inline comments.


================
Comment at: libcxx/include/algorithm:967
 #include <__algorithm/ranges_find_if_not.h>
+#include <__algorithm/ranges_for_each.h>
+#include <__algorithm/ranges_for_each_n.h>
----------------
var-const wrote:
> Please update the synopsis as well.
(note that you'll probably need to add `for_each_result` to the synopsis)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124332



More information about the libcxx-commits mailing list