Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Implement vector-of-vector comparison in move-native. #226

Merged
merged 1 commit into from
Jul 9, 2023

Commits on Jul 9, 2023

  1. Implement vector-of-vector comparison in move-native.

    This patch extends the baseline `move-native` `vec_cmp_eq` routine
    to handle vector<vector<T>>.
    
    Uncomment `test_vec_vec_bool` in the stdlib-bcs serializer test
    (which now passes).
    
    Add more tests to vec.move to exercise vec_cmp_eq with vec-of-vec.
    nvjle committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    3742650 View commit details
    Browse the repository at this point in the history