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

Update common_type to C++17 for SFINAE #557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mtnpke
Copy link
Contributor

@mtnpke mtnpke commented Jan 28, 2025

Recent C++ standards have made significant changes to common_type, starting with LWG 2408 to make common_type SFINAE-friendly. These changes include the SFINAE-friendliness and add the other changes that C++17 has on top.

I initially did this to fix #555, but this is not required once #556 is merged. Nevertheless, I have already written the code, so you can consider it for inclusion.

Recent C++ standards have made significant changes to common_type,
starting with LWG 2408 to make common_type SFINAE-friendly. These
changes include the SFINAE-friendliness and add the other changes that
C++17 has on top.
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.

operator/(duration, duration) cannot be used
1 participant