You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This worked in develop so it's probably been fixed since 93d5d10 and there's something else causing this problem. We already have tests for return-type based sfinae. In any case, I added one more test:
If SFINAE is used in the return type, the relevant
std::enable_if
is stripped, but no requires clause is output:Renders:
The text was updated successfully, but these errors were encountered: