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

Use is_void<T> instead of is_same<T, void> #281

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

ken-matsui
Copy link
Contributor

The original code incorrectly accepts cv-qualified void types for success.

The original code incorrectly accepts cv-qualified void types for
success.
@ToruNiina ToruNiina merged commit e23094a into ToruNiina:main Jan 27, 2025
144 checks passed
@ToruNiina
Copy link
Owner

Thanks!

github-actions bot pushed a commit that referenced this pull request Jan 27, 2025
Use is_void<T> instead of is_same<T, void> e23094a
@ken-matsui ken-matsui deleted the use-is_void branch January 27, 2025 15:32
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.

2 participants