This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/37144] A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]