fmtlib / fmt

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

Mt complex p2197 r0 #4034

Closed tesch1 closed 1 day ago

tesch1 commented 1 week ago

This is not done, and probably not even good, but it's maybe a little better.

Probably need to re-think how to toggle iostreams compatibility, star or no star, and j or i.

Not sure if there's a way to get sign from the nested formatter?

tesch1 commented 1 week ago

note to self: https://hackingcpp.com/cpp/libs/fmt.html#fp-numbers

vitaut commented 1 week ago

Not sure if there's a way to get sign from the nested formatter?

No, you'll need to parse it in the complex formatter.

vitaut commented 2 days ago

@tesch1, do you plan to work on this in the nearest future? If not I will close the PR for now.

tesch1 commented 1 day ago

perhaps not the nearest

vitaut commented 1 day ago

It goes without saying that you are always welcome to open a new PR or reopen this one.