const_fmt/const_fmt
2022-02-15 11:13:15 +01:00
..
format_impl.h Implemented count_digits for hex and started implementing digits2_base 2022-02-15 11:13:15 +01:00
format.h Rewrote format_impl.h functions to work with both decimal and binary 2022-02-15 09:37:41 +01:00
parse.h Renamed a bunch of identifiers to make sure there are no clashes with software this might be used in (fmt -> const_fmt) 2022-02-13 17:56:09 +01:00
types.h Put everything into a new 'const_fmt' namespace; Renamed namespace detail to const_fmt_detail 2022-02-13 17:48:24 +01:00
utility.h PreZero padding now being handled by preprocessing 2022-02-13 20:47:41 +01:00