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
fmtlib v6.0.0:
fmtlib under clang/gcc formats enum class as int when there is no overloaded operator << for this type. MSVC emits error don't know how to format the type
fmtlib v5.3.0:
all major compilers (clang, gcc, msvc) emit error don't know how to format the type
Is there some regression between v5.3.0 and v6.0.0 related to this issue?