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'm trying to build the library in header only mode, when I compile I get the following error:
../external/eosio/vm/host_function.hpp:382:66: error: no member named 'apply' in
'eosio::vm::detail::no_viable_overload_of_from_wasm<const std::__1::basic_string<char> &>'
return detail::make_value_getter<S, Cons>().template apply<S>(alloc, static_cast<T&&>(val), tail);
I can't figure out what the issue is
The text was updated successfully, but these errors were encountered:
I'm trying to build the library in header only mode, when I compile I get the following error:
I can't figure out what the issue is
The text was updated successfully, but these errors were encountered: