Skip to content

Commit 80d08bd

Browse files
authored
Update type_traits.hpp
1 parent e96becb commit 80d08bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdex/include/type_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3254,7 +3254,7 @@ namespace stdex
32543254
_Tp _declval();
32553255

32563256
template<class _Tp, class _U,
3257-
const int _Dummy [sizeof( false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ) ) / sizeof(false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ))] =
3257+
const int _Dummy [1 + sizeof( false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ) ) / sizeof(false ? ( *(_declval<_Tp>()) ) : ( *(_declval<_U>()) ))] =
32583258
&integral_constant<int, 0>::value
32593259
>
32603260
struct _common_other_type_impl1_any_value {

0 commit comments

Comments
 (0)