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 constraint on __optional::__emplace_from. (#1661)
The `_Args` template parameter pack is currently not passed to the
`__optional<_Tp>::__emplace_from` constraint that checks that the
return-type of invoking `_Fn` with `_Args...` is `_Tp`.
0 commit comments