ChangeLog entry tweaked for last libstdc++ fix

Hans-Peter Nilsson hp@bitrange.com
Sat Oct 20 12:51:00 GMT 2001


I didn't notice that the ChangeLog entry had been tweaked from the one in
libstdc++/4623; I changed to the one in the type_traits.h commit message.
Committed as obvious.  Everything accounted for now, eh?

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/ChangeLog,v
retrieving revision 1.816
retrieving revision 1.817
diff -p -c -r1.816 -r1.817
*** ChangeLog	2001/10/20 19:28:49	1.816
--- ChangeLog	2001/10/20 19:45:41	1.817
***************
*** 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.
  	* 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,
--- 1,7 ----
  2001-10-20  Brendan Kehoe  <brendan@zen.org>

! 	* 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,

brgds, H-P



More information about the Gcc-patches mailing list