Skip to content

Commit

Permalink
Merge pull request #13 from oktonion/work
Browse files Browse the repository at this point in the history
Update type_traits.hpp
  • Loading branch information
oktonion committed Jun 7, 2021
2 parents d391119 + 210cb5c commit 5631f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdex/include/type_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@ namespace stdex
#endif

template<class _Tp>
class _make_unsigned_selector_helper
struct _make_unsigned_selector_helper
{
typedef unsigned char _smallest;
static const bool _b0 = sizeof(_Tp) <= sizeof(_smallest);
Expand Down

0 comments on commit 5631f1d

Please sign in to comment.