Skip to content

Expand constexpr vector testing #1640

@mnatsuhara

Description

@mnatsuhara

GH-1407 implements constexpr std::vector (#45) along with basic test coverage for the various constexpr-ized vector functions. However, the test coverage regarding allocators is a little light. There is currently coverage that observes how many copies of the allocator are made, but not not testing non-equal allocators.

Once we finish up the initial implementations of all C++20 features, we should revisit #45 and improve test coverage here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testRelated to test code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions