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

Expand constexpr vector testing #1640

Open
mnatsuhara opened this issue Feb 11, 2021 · 0 comments
Open

Expand constexpr vector testing #1640

mnatsuhara opened this issue Feb 11, 2021 · 0 comments
Labels
test Related to test code

Comments

@mnatsuhara
Copy link
Contributor

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.

@mnatsuhara mnatsuhara added the test Related to test code label Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Related to test code
Projects
None yet
Development

No branches or pull requests

1 participant