Luna/luna
apio abbed13f27
Add a 'pure' variant of cstyle_format which is infallible
If we cannot fail to output, it doesn't make sense to propagate errors. So if you're SURE there are no errors, use pure_cstyle_format().
If, however, output can fail, use cstyle_format().

This has a drawback of adding quite a bit of code duplication to Format.cpp.
Some of it is dealt using templates, but some code still remains duplicate.
2022-12-17 12:38:22 +01:00
..
include/luna Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
src Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
CMakeLists.txt Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00