mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-14 07:30:02 +08:00
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 &`. |
||
|---|---|---|
| .. | ||
| fmt | ||