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
MSVC started to short-circuit the conjunction without using the new
template parameter leading to instantiating `std::enable_if_t<false, int>`
which fails with
> Failed to specialize alias template
Use `std::conjunction` to delay the evaluation
0 commit comments