Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.2] Merge pull request #10727 from EOSIO/keke_epe948 #686

Merged

Conversation

oschwaldp-oci
Copy link
Contributor

Partly support using std::array in smart contract

Now std::array can be used in function, in struct, and also OK to nested using.
However, std::array can't be as parameter or return of an ACTION so far.

Resolves: #526

Relates to: eosnetworkfoundation/mandel.cdt#36

Partly support using std::array in smart contract
@oschwaldp-oci oschwaldp-oci added the OCI OCI working this issue... label Jul 15, 2022
@oschwaldp-oci oschwaldp-oci merged commit b5132e5 into main Jul 18, 2022
@oschwaldp-oci oschwaldp-oci deleted the backport-partial-stdarray-smart-contracts-support branch July 18, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backport: Partly support using std::array in smart contract
3 participants