[libcxx-commits] [PATCH] D122074: [libc++] Allow an output_iterator in fill.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 19 11:01:35 PDT 2022
philnik added a comment.
Would `ranges::fill_n` work for your purposes? If yes, maybe just use that (I can work on implementing it) instead of adding an extension?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122074/new/
https://reviews.llvm.org/D122074
More information about the libcxx-commits
mailing list