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
fmt::basic_appender<char> does not match libstdc++ std::output_iterator concept, because std::iterator_traits<fmt::appender> does not match incrementable iterator concept.
Either removing the std::iterator_traits specialisation, or adding difference_type to it fixes the problem.
The specialisation was added in version 11.0.2
The text was updated successfully, but these errors were encountered:
fmt::basic_appender<char>
does not match libstdc++std::output_iterator
concept, becausestd::iterator_traits<fmt::appender>
does not match incrementable iterator concept.Either removing the
std::iterator_traits
specialisation, or addingdifference_type
to it fixes the problem.The specialisation was added in version 11.0.2
The text was updated successfully, but these errors were encountered: