Skip to content

refactor: update to_array #3600

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

Merged
merged 7 commits into from
Sep 10, 2024
Merged

refactor: update to_array #3600

merged 7 commits into from
Sep 10, 2024

Conversation

AJPfleger
Copy link
Contributor

"This can be abandoned with C++20 to use the std::to_array method"
I think this is not true, since std::array doesn't work with dynamically sized vectors.

@AJPfleger AJPfleger added this to the next milestone Sep 6, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Sep 6, 2024
Copy link
Contributor

github-actions bot commented Sep 6, 2024

📊: Physics performance monitoring for 34af37b

Full contents

physmon summary

@AJPfleger AJPfleger marked this pull request as ready for review September 7, 2024 01:16
Copy link

sonarqubecloud bot commented Sep 7, 2024

Copy link
Member

@stephenswat stephenswat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kodiakhq kodiakhq bot merged commit 415b4e0 into acts-project:main Sep 10, 2024
41 checks passed
@AJPfleger AJPfleger deleted the to-array branch September 10, 2024 18:21
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Sep 10, 2024
@paulgessinger paulgessinger modified the milestones: next, v37.0.0 Oct 4, 2024
njacazio pushed a commit to njacazio/acts that referenced this pull request Jun 13, 2025
"This can be abandoned with C++20 to use the `std::to_array` method"
I think this is not true, since `std::array` doesn't work with dynamically sized vectors.
njacazio pushed a commit to njacazio/acts that referenced this pull request Jun 13, 2025
"This can be abandoned with C++20 to use the `std::to_array` method"
I think this is not true, since `std::array` doesn't work with dynamically sized vectors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Fails Athena tests This PR causes a failure in the Athena tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants