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
Like I understood it just Msvc can't deduce the return value type in this case however in simple case such as auto f() - >decltype (h()) { return h() ;} then he can and another example if I set concrete return type for tag invoke instead of deduction type it works then. Sorry for my English.
example.cpp
The text was updated successfully, but these errors were encountered: