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

Filter "allocator" out of is_explicit_nested #1242

Closed softprofe closed 2 years ago

softprofe commented 2 years ago

explicit_nested don't deal with this so far. see EPE-1730 also, fix build problem cause by "class std::1::vector<unsigned short, class std::1::allocator >"

Change Description

API Changes

Documentation Additions

softprofe commented 2 years ago

Good job!

Thanks!