This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
egcs/libstdc++-v3/include/bits type_traits.h
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Subject: egcs/libstdc++-v3/include/bits type_traits.h
- From: brendan at gcc dot gnu dot org
- Date: 20 Oct 2001 15:42:39 -0000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: brendan@gcc.gnu.org 2001-10-20 08:42:39
Modified files:
libstdc++-v3/include/bits: type_traits.h
Log message:
* 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,
__uninitialized_copy_aux): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/bits/type_traits.h.diff?cvsroot=gcc&r1=1.8&r2=1.9