fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
20.56k stars 2.46k forks source link

P3142R0: Printing Blank Lines with println #3919

Closed nicovank closed 6 months ago

nicovank commented 6 months ago

I believe P3142 was approved in Tokyo.

std::println() == std::print("\n");

Should this overload be added to {fmt}? I am willing to look into PR if needed.

vitaut commented 6 months ago

These overloads are redundant and don't need to be added at this time.