We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96becb commit 80d08bdCopy full SHA for 80d08bd
stdex/include/type_traits.hpp
@@ -3254,7 +3254,7 @@ namespace stdex
3254
_Tp _declval();
3255
3256
template<class _Tp, class _U,
3257
- const int _Dummy [sizeof( false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ) ) / sizeof(false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ))] =
+ const int _Dummy [1 + sizeof( false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ) ) / sizeof(false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ))] =
3258
&integral_constant<int, 0>::value
3259
>
3260
struct _common_other_type_impl1_any_value {
0 commit comments