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

Use some more std::arrays. #12839

Merged
merged 1 commit into from Oct 17, 2021
Merged

Conversation

drwells
Copy link
Member

@drwells drwells commented Oct 16, 2021

Incredibly, on my machine with max optimizations, valgrind complains about unknown instructions with std::vector but does not with std::array.

Incredibly, on my machine with max optimizations, valgrind complains about
unknown instructions with std::vector but does not with std::array.
@peterrum peterrum merged commit 7de7bfe into dealii:master Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants