]> git.ipfire.org Git - thirdparty/gcc.git/commit
type_traits.h (__Boolean): Renamed template from _Bool.
authorBrendan Kehoe <brendan@zen.org>
Sat, 20 Oct 2001 19:28:50 +0000 (15:28 -0400)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 20 Oct 2001 19:28:50 +0000 (19:28 +0000)
commit8829f27a7631bd79c39927c98ec1cb944c040f63
tree5a18c3c67f5f9c633ba34c40bd7042691ab36b08
parentd7aa3e1e9a201d2cb8e90874f9c3d8d6976a850b
type_traits.h (__Boolean): Renamed template from _Bool.

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.

From-SVN: r46387
libstdc++-v3/ChangeLog
libstdc++-v3/src/misc-inst.cc
libstdc++-v3/src/string-inst.cc