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
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
The EOSIO.CDT eosiolib header files include implementations of certain functions, such as eosio::send_deferred, in the header files. When trying to link a contract consisting of multiple cpp files that each include those problematic header files (such as transaction.hpp), the linker gives a duplicate symbol error.
The text was updated successfully, but these errors were encountered:
The EOSIO.CDT eosiolib header files include implementations of certain functions, such as
eosio::send_deferred
, in the header files. When trying to link a contract consisting of multiple cpp files that each include those problematic header files (such astransaction.hpp
), the linker gives a duplicate symbol error.The text was updated successfully, but these errors were encountered: