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

Add emplace_back, move_assignment to BoundedVector #385

Merged
merged 2 commits into from
Jun 7, 2019

Commits on Jun 5, 2019

  1. Add emplace_back, move_assignment to BoundedVector

    Signed-off-by: Christopher Ho <christopherj.ho@gmail.com>
    cho3 authored and christopherho-ApexAI committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    b6b8ac7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Address reviewer comments:

    - Use `auto` for portability
    - Add unit tests
    - Add documentation
    
    Signed-off-by: Christopher Ho <christopher.ho@apex.ai>
    christopherho-ApexAI committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    352a75d View commit details
    Browse the repository at this point in the history