eosnetworkfoundation / mandel.cdt

Obsolete. Use https://github.com/AntelopeIO/cdt instead.
Other
7 stars 2 forks source link

Fix build issue where variants no longer part of abi struct #16

Closed oschwaldp-oci closed 2 years ago

oschwaldp-oci commented 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.

Reinstating variants as part of abi struct.

larryk85 commented 2 years ago

@oschwaldp-oci that was my fault. Can you add back the line std::set to the ABI struct? And open a different PR?