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
Release v44 solved issue 293, where matching _ to a parameter type constructible from any const T& was ambigous. The solution handles that and T&& too.
The issue remains if constructed from T by value, however.
Release v44 solved issue 293, where matching
_
to a parameter type constructible from anyconst T&
was ambigous. The solution handles that andT&&
too.The issue remains if constructed from
T
by value, however.https://godbolt.org/z/9MnW3YnY4
The text was updated successfully, but these errors were encountered: