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
I think I found the proper place for getting rid of the problem mentioned in #174. But now I get all sorts of serious compilation errors. Missing "#include <cstdint>", wrong usage of operator delete and errors that will take me some time to understand. (Although having some C++ experience, I have admittedly never looked deep enough into the standard library to immediately understand something like "error: no matching function for call to 'std::basic_format_arg<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> >::basic_format_arg(std::__cxx11::basic_string<char>&)'")
Is it possible that this (promising looking) library is completely broken?
The text was updated successfully, but these errors were encountered:
I think I found the proper place for getting rid of the problem mentioned in #174. But now I get all sorts of serious compilation errors. Missing "
#include <cstdint>
", wrong usage ofoperator delete
and errors that will take me some time to understand. (Although having some C++ experience, I have admittedly never looked deep enough into the standard library to immediately understand something like "error: no matching function for call to 'std::basic_format_arg<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> >::basic_format_arg(std::__cxx11::basic_string<char>&)'
")Is it possible that this (promising looking) library is completely broken?
The text was updated successfully, but these errors were encountered: