[libcxx-commits] [PATCH] D122072: [libc++][test] Adds an cpp20_output_iterator.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 5 08:29:58 PDT 2022
Mordante added a comment.
In D122072#3427771 <https://reviews.llvm.org/D122072#3427771>, @ldionne wrote:
> LGTM, but what's the difference between C++17's output iterator and C++20's?
That an output iterator in C++20 doesn't need to be copyable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122072/new/
https://reviews.llvm.org/D122072
More information about the libcxx-commits
mailing list