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
When including LLVM 16 it was necessary to switch the import statement to <set> from<unordered_set> in tools/include/eosio/abi.hpp . Using unordered_set in lines 70-77 requires supporting functionality on the existing abi_* structs
hash function
equality == operator
The text was updated successfully, but these errors were encountered:
When including LLVM 16 it was necessary to switch the import statement to
<set>
from<unordered_set>
intools/include/eosio/abi.hpp
. Using unordered_set in lines 70-77 requires supporting functionality on the existingabi_*
structs==
operatorThe text was updated successfully, but these errors were encountered: