Files
fmt/include/fmt
fghzxm 2161a73f2b Fix FMT_FORMAT_AS const specifier position (#1554)
The current `FMT_FORMAT_AS` macro will make `formatter<Char *>::format`
have the first argument type `const Char *&` which is incorrect an
should be `Char *const &`.  This pull request fixes that by changing the
first argument type in the macro definition body from `const Type &` to
`Type const &`.
2020-02-23 07:27:22 -08:00
..
2020-01-26 19:48:48 -08:00
2020-01-15 15:07:30 -08:00
2020-01-15 15:07:30 -08:00
2020-02-14 14:09:27 +01:00
2019-12-15 16:43:40 -08:00