diff --git a/libstdc++-v3/include/bits/type_traits.h b/libstdc++-v3/include/bits/type_traits.h index 2fd78ba0eeb..ff5f5a1fb27 100644 --- a/libstdc++-v3/include/bits/type_traits.h +++ b/libstdc++-v3/include/bits/type_traits.h @@ -82,10 +82,8 @@ template inline void copy(_Tp* __source,_Tp* __destination,int __n) } */ - -template struct _Bool {}; -typedef _Bool __true_type; -typedef _Bool __false_type; +struct __true_type {}; +struct __false_type {}; template struct __type_traits {