fmtlib / fmt

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

Implement 2 more overloads for println. #3916

Closed BurntRanch closed 6 months ago

BurntRanch commented 6 months ago

Since println was first implemented, there were 2 overloads for print() that were not present in println, This PR implements it.

BurntRanch commented 6 months ago

Finished, the code works now, had some problems because I'm not using an IDE at the moment.

vitaut commented 6 months ago

Thanks for the PR but println is intentionally provided only where it is required by the standard.