From ab07512c507564f5386ed85b3b0cc47e56326e4a Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 18 Jul 2008 20:11:50 +0000 Subject: [PATCH] vector (insert(iterator, _Tp&&), [...]): Enable only when _Tp != bool. 2008-07-16 Paolo Carlini * include/debug/vector (insert(iterator, _Tp&&), push_back(_Tp&&)): Enable only when _Tp != bool. * testsuite/25_algorithms/heap/1.cc: Avoid unused variable warnings. From-SVN: r137963 --- libstdc++-v3/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 377bef99f90..03f42d3d167 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2008-07-16 Paolo Carlini + + * include/debug/vector (insert(iterator, _Tp&&), push_back(_Tp&&)): + Enable only when _Tp != bool. + + * testsuite/25_algorithms/heap/1.cc: Avoid unused variable warnings. + 2008-07-18 Paolo Carlini * testsuite/lib/libstdc++.exp (check_v3_target_c_std): Avoid unused -- 2.30.2