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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can I somehow "help" the indexer to understand calls to the C++ formatting lib (https://github.com/fmtlib/fmt)?
This is the templated function being called:
This compiles and runs just fine but the call to format is underlined and this is the error:
Invalid arguments '
Candidates are:
std::__cxx11::basic_string<char,std::char_traits,std::allocator> format(fmt::v8::basic_format_string<char,fmt::v8::type_identity<#0(...)>::type ...>, #0(...) && ...)
std::__cxx11::basic_string<char,std::char_traits,std::allocator> format(const #0 &, fmt::v8::basic_format_string<char,fmt::v8::type_identity<#1(...)>::type ...>, #1(...) && ...)
Beta Was this translation helpful? Give feedback.
All reactions