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
Bug description
fmt/core.h:1756:3: error: static_assert failed due to requirement 'formattable' "Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt"
Reproduction steps
Build with fmt 9.1
Expected behavior
Give a clear and concise description of what you expected to happen.
Logs
Output goes here
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Bug
Bug description
fmt/core.h:1756:3: error: static_assert failed due to requirement 'formattable' "Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt"
Reproduction steps
Build with fmt 9.1
Expected behavior
Give a clear and concise description of what you expected to happen.
Logs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: