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 error when compiling against C++20. #744

Closed
wants to merge 1 commit into from

Conversation

tjgq
Copy link

@tjgq tjgq commented Apr 25, 2023

This code appears to be ill-formed in C++20 (clang interprets the < as the start of a template parameter list).

This code appears to be ill-formed in C++20 (clang interprets the `<` as the start of a template parameter list).
@tjgq
Copy link
Author

tjgq commented Apr 25, 2023

It appears that #721 would also fix this issue; feel free to go with that one instead.

@tjgq tjgq closed this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant