mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-12 06:30:02 +08:00
Because it's just performing a very basic type conversion that can be done at constexpr time. My use case simultaneously creates a `fmt::basic_format_string<some_type_conversion<Args...>>` instance and performs `some_type_conversion<Args>(args)...`. `some_type_conversion` optionally applies `fmt::streamed(arg)` to a subset of types. This needs to be `constexpr` because `basic_format_string`'s constructor is `consteval`. |
||
|---|---|---|
| .. | ||
| fmt | ||