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

Fix SFINAE bug in gcc 11 #21

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

stephenswat
Copy link
Member

Versions of gcc were incorrectly reporting errors in the nth_backend helper function, even though it is (as far as I can tell) correctly defined. This commit adds some failsafes.

@stephenswat stephenswat added bug Something isn't working core Issues and changes related to the core library labels Jan 12, 2024
Versions of gcc were incorrectly reporting errors in the `nth_backend`
helper function, even though it is (as far as I can tell) correctly
defined. This commit adds some failsafes.
@stephenswat stephenswat force-pushed the bug/nth_backend_sfinaer branch from 8a317e0 to 0a410f9 Compare January 12, 2024 21:54
@stephenswat stephenswat merged commit 76660e5 into acts-project:main Jan 12, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Issues and changes related to the core library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant