Closed oschwaldp-oci closed 2 years ago
Looks like in a recent commit to remove tools (commit: https://github.com/eosnetworkfoundation/mandel.cdt/commit/a43f6a818e3d5718bb6b33c7fb9b57e41585b9d1) variants was removed from the abi struct, but not all references to it in abigen.hpp causing build to fail.
variants
abi
abigen.hpp
Reinstating variants as part of abi struct.
@oschwaldp-oci that was my fault. Can you add back the line std::set to the ABI struct? And open a different PR?
Looks like in a recent commit to remove tools (commit: https://github.com/eosnetworkfoundation/mandel.cdt/commit/a43f6a818e3d5718bb6b33c7fb9b57e41585b9d1)
variants
was removed from theabi
struct, but not all references to it inabigen.hpp
causing build to fail.Reinstating variants as part of abi struct.