-
Notifications
You must be signed in to change notification settings - Fork 448
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
DPL Analysis: replace SFINAE with overloaded restricted templates #13947
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
Error while checking build/O2/fullCI_slc9 for d3762a4 at 2025-02-07 11:36:
Full log here. |
Error while checking build/O2/fullCI for d3762a4 at 2025-02-07 12:33:
Full log here. |
d3762a4
to
f919b12
Compare
ca45495
to
5e06f1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine on hyperloop as well.
Replaces analysis manager structs with restricted templates. This should improve compilation time of
adaptAnalysisTask
.