From: H.J. Lu Date: Sat, 13 Dec 2008 01:40:15 +0000 (+0000) Subject: re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destr... X-Git-Tag: releases/gcc-4.4.0~1221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81ff169c9e6466828f8246ccab828ef5a83cb0cb;p=thirdparty%2Fgcc.git re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp) 2008-12-12 H.J. Lu PR libstdc++/37144 * testsuite/util/regression/trait/assoc/type_trait.hpp (regression_test_type_traits): Add const to pair_type_rebind. From-SVN: r142736 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a9b95b1d61b9..66dbdfdf0597 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2008-12-12 H.J. Lu + + PR libstdc++/37144 + * testsuite/util/regression/trait/assoc/type_trait.hpp + (regression_test_type_traits): Add const to pair_type_rebind. + 2008-12-12 Benjamin Kosnik * src/atomic.cc: Correct guards to match mutex.cc. diff --git a/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp index 2764e434f75f..67373c7d52e3 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp @@ -87,7 +87,7 @@ namespace __gnu_pbds typedef typename basic_type_rebind::const_reference basic_type_const_reference; - typedef typename cntnr::allocator_type::template rebind >::other pair_type_rebind; + typedef typename cntnr::allocator_type::template rebind >::other pair_type_rebind; typedef typename pair_type_rebind::const_reference pair_type_const_reference; template