------- Comment #23 from hjl dot tools at gmail dot com 2008-12-11 18:32 ------- I am testing this patch:
Index: testsuite/util/regression/trait/assoc/type_trait.hpp =================================================================== --- testsuite/util/regression/trait/assoc/type_trait.hpp (revision 142654) +++ testsuite/util/regression/trait/assoc/type_trait.hpp (working copy) @@ -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<std::pair<basic_type, basic_type> >::other pair_type_rebind; + typedef typename cntnr::allocator_type::template rebind<std::pair<const basic_type, basic_type> >::other pair_type_rebind; typedef typename pair_type_rebind::const_reference pair_type_const_reference; template<typename Gen> -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37144