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

refactor: remove inline from constexpr functions for clarity #3659

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

AJPfleger
Copy link
Contributor

Removed the redundant inline specifier from all constexpr functions. In C++, constexpr functions are implicitly inline, so explicitly marking them as inline is unnecessary and redundant. This change simplifies the code and improves clarity without affecting behavior.

@AJPfleger AJPfleger added this to the v37.0.0 milestone Sep 27, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Sep 27, 2024
Copy link

github-actions bot commented Sep 27, 2024

📊: Physics performance monitoring for c38bc85

Full contents

physmon summary

@kodiakhq kodiakhq bot merged commit 6a8c643 into acts-project:main Sep 29, 2024
43 checks passed
@AJPfleger AJPfleger deleted the redundant branch September 29, 2024 08:29
Copy link

sonarcloud bot commented Sep 29, 2024

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants