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
C:\cppformat\format.h(864): error C2664: 'fmt::internal::check' : cannot convert parameter 1 from 'const fmt::internal::NamedArg<Char>' to 'bool'
with
[
Char=char
]
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
C:\cppformat\format.h(2968) : see reference to class template instantiation 'fmt::internal::IsConvertibleToInt<T>' being compiled
with
[
T=fmt::internal::NamedArg<char>
]
format-test.cc(636) : see reference to function template instantiation 'std::string fmt::format<fmt::internal::NamedArg<Char>,fmt::internal::NamedArg<Char>,fmt::internal::NamedArg<Char>>(fmt::CStringRef,const T0 &,const T1 &,const T2 &)' being compiled
with
[
Char=char,
T0=fmt::internal::NamedArg<char>,
T1=fmt::internal::NamedArg<char>,
T2=fmt::internal::NamedArg<char>
]
C:\cppformat\format.h(864): error C2056: illegal expression
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: