diff --git a/stdex/include/type_traits.hpp b/stdex/include/type_traits.hpp index e20ee4b3..eba925d2 100644 --- a/stdex/include/type_traits.hpp +++ b/stdex/include/type_traits.hpp @@ -2686,7 +2686,7 @@ namespace stdex #endif template - class _make_unsigned_selector_helper + struct _make_unsigned_selector_helper { typedef unsigned char _smallest; static const bool _b0 = sizeof(_Tp) <= sizeof(_smallest);