Skip to content

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