|
|
|
|
|
by CoastalCoder
660 days ago
|
|
I think this is one scenario where C++ type-templated string formatters could shine. Especially if you extended them to indicate assumptions about the values at compile time. E.g., possible ranges for integers, whether or not a floating point value can have certain special values, etc. |
|