id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11171,boost::unordered_multimap doesn't work with gcc3.4.5,jrjbear@…,Daniel James,"#include int main(int argc, char* argv[]) { boost::unordered_multimap m; // compile error! } ../third-64/boost/include/boost/unordered/detail/equivalent.hpp:507: error: `template typename boost::unordered::detail::disable_if_forward::type boost::unordered::detail::grouped_table_impl::insert_range(I, I) [with I = I, Types = boost::unordered::detail::multimap >, int, double, boost::hash, std::equal_to >]' and `template typename boost::unordered::detail::enable_if_forward::type boost::unordered::detail::grouped_table_impl::insert_range(I, I) [with I = I, Types = boost::unordered::detail::multimap >, int, double, boost::hash, std::equal_to >]' cannot be overloaded It seems GCC 3.4.5 doesn't support SFINAE very well on function `insert_range' in `unordered/detail/equivalent.hpp'.",Bugs,closed,To Be Determined,unordered,Boost 1.56.0,Problem,wontfix,SFINAE under GCC 3.4.5,