[libcxx-commits] [PATCH] D118971: [libc++] Removes cpp17_output_iterator's default constructor.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 4 09:14:58 PST 2022


Mordante added a comment.

In D118971#3296357 <https://reviews.llvm.org/D118971#3296357>, @philnik wrote:

> Why is `put_long_double.pass.cpp` so long? I didn't look at all of `put_long_double.pass.cpp`, but it's probably OK if CI is happy.

I don't know why it hasn't been written in a more compact form. But I'm don't want to fix that ;-)
Replacing the iterator was just a regex :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118971



More information about the libcxx-commits mailing list