mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 17:46:07 +00:00

In C++20, since P0896R4, std::ostream_iterator and std::ostreambuf_iterator must have std::ptrdiff_t instead of void as a difference_type. Tests by Casey Carter (thanks!). Differential Revision: https://reviews.llvm.org/D87459