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 eosio::kv::non_unique out of is_explicit_nested(), fix build problem #1225

Closed softprofe closed 3 years ago

softprofe commented 3 years ago

For fix build problem, filter eosio::kv::non_unique out of is_explicit_nested().

As add_explicit_nested_type doesn't support eosio::kv::non_unique so far, let add_type deal with it is OK.

See https://blockone.atlassian.net/browse/EPE-1589

Change Description

API Changes

Documentation Additions