OSDN Git Service

2001-10-20 Brendan Kehoe <brendan@zen.org>
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Oct 2001 19:28:50 +0000 (19:28 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Oct 2001 19:28:50 +0000 (19:28 +0000)
commit2821f58bf8bb3ba0910c5bfe9b37ac60a8f22cee
tree5a18c3c67f5f9c633ba34c40bd7042691ab36b08
parent6d01f6b267f4a1f4842fd21868cc0f38d34311f6
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,
__uninitialized_copy_aux): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46387 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/misc-inst.cc
libstdc++-v3/src/string-inst.cc