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
error C3615: constexpr function 'fmt::v8::detail::parse_format_specs' cannot result in a constant expression
/fmt/bundled/core.h(2675,17): message : failure was caused by call of undefined function or one not declared 'constexpr'
message : see usage of 'fmt::v8::formatter<spdlog::details::dump_info<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<_Ty>>>>,char,void>::parse'
with
[
_Ty=uint8_t
]
Any suggestion on how to fix this error?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Calling
yields the following error:
Any suggestion on how to fix this error?
Thank you for your help.
The text was updated successfully, but these errors were encountered: