You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but fails to compile with latest master with all latest major compilers when used with FMT_COMPILE(s) as explained here https://fmt.dev/latest/api.html#compile-api
like this:
But it works with this code: https://godbolt.org/z/3KG8P4zzz
So the code from the first message doesn't work because fmt::print doesn't have FMT_COMPILE-friendly overload.
chrono
example from herehttps://fmt.dev/latest/syntax.html
works on its own
(click to expand the initial example)
but fails to compile with latest master with all latest major compilers when used with
FMT_COMPILE(s)
as explained herehttps://fmt.dev/latest/api.html#compile-api
like this:
E.g. see
https://godbolt.org/z/TzzG3cvGe
The text was updated successfully, but these errors were encountered: