|
|
|
|
|
by leni536
35 days ago
|
|
I am working on it. Floating-point IO is rather heavyweight, so the usual approach of naively slapping constexpr on all the things and putting them in headers can have some observable negative consequences on resource usage during compilation even if you don't use the new constexpr functionality. To the best of my knowledge fmtlib does implement constexpr formatting for float and double, but not long double. |
|