Tweak last entry to that of the type_traits.h commit message
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 20 Oct 2001 19:45:41 +0000 (19:45 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 20 Oct 2001 19:45:41 +0000 (19:45 +0000)
From-SVN: r46388

libstdc++-v3/ChangeLog

index 9be9d527bd6ceccf408dc17e9c980996750740ed..2e6231a7ee6fb9612a75a7497a86f44faaccaf01 100644 (file)
@@ -1,7 +1,7 @@
 2001-10-20  Brendan Kehoe  <brendan@zen.org>
 
-       * include/bits/type_traits.h (__Boolean): Renamed template from _Bool.
-       (__true_type, __false_type): Change usage.
+       * bits/type_traits.h (_Bool): Removed this type.
+       (__true_type, __false_type): Change to be plain structs.
        * src/string-inst.cc (__destroy_aux): Change third parm to be
        __false_type instead of _Bool<false>.
        * src/misc-inst.cc (__uninitialized_fill_n_aux,