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
fix: msvc compile error where template overload gets eliminated incorrectly
Specifically it fails to consider a dependent type for overload
resolution even when the template parameter it's dependent on is
specified explicitly.
So we're using enable_if-based SFINAE instead now to check for the
presence of a `value_type` member type in `T`.
0 commit comments