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
512 stars 288 forks source link

Support std::array by adding ABI symbol T[N] - 1.8.x #1232

Closed softprofe closed 2 years ago

softprofe commented 2 years ago

Change Description

This PR is for merge back PR1196 to 1.8.x, it is for partly support std::array, std::array is allowed to be used inside function, but can't be used as parameters / return value/ kv table so far.

API Changes

Documentation Additions