diff --git a/include/wil/com.h b/include/wil/com.h index f6ff5d1e4..7f3d45b84 100644 --- a/include/wil/com.h +++ b/include/wil/com.h @@ -52,7 +52,7 @@ namespace details // the added complexity. template struct is_com_convertible - : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> + : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> { };