EOSIO / eosio.cdt

EOSIO.CDT (Contract Development Toolkit) is a suite of tools used to build EOSIO contracts
http://eosio.github.io/eosio.cdt
MIT License
511 stars 288 forks source link

Using mpair instead of pair for std::map element abi type #1238

Closed softprofe closed 2 years ago

softprofe commented 2 years ago

Using mpair instead of pair for std::map element abi type, so as to avoid conflicting with pair. See EPE 1469 also.

Change Description

API Changes

Documentation Additions