id summary reporter owner description type status milestone component version severity resolution keywords cc 6153 intrusive::unordered & c++0x = compilation errors Leo Yuriev Ion Gaztañaga "code: Just a example from http://www.boost.org/doc/libs/1_48_0/doc/html/intrusive/unordered_set_unordered_multiset.html gcc 4.6.2 with -std=gnu++0x -Wno-deprecated-declarations So, support for move-semantic was implemented in a ""deep"" (hashtable and friends), but not on a ""top"" in boost::intrusive::unordered. ... /sandbox/toolchain-4.6-ly/include/boost/intrusive/hashtable.hpp:227:65: error: no matching function for call to 'boost::intrusive::detail::bucket_traits_impl >::type>::bucket_traits_impl(const boost::intrusive::detail::bucket_traits_impl >::type>&)' /sandbox/toolchain-4.6-ly/include/boost/intrusive/hashtable.hpp:227:65: note: candidates are: /sandbox/toolchain-4.6-ly/include/boost/intrusive/detail/hashtable_node.hpp:96:4: note: boost::intrusive::detail::bucket_traits_impl::bucket_traits_impl(boost::intrusive::detail::bucket_traits_impl&&) [with Slist = boost::intrusive::detail::get_slist_impl >::type, boost::intrusive::detail::bucket_traits_impl = boost::intrusive::detail::bucket_traits_impl >::type>] /sandbox/toolchain-4.6-ly/include/boost/intrusive/detail/hashtable_node.hpp:96:4: note: no known conversion for argument 1 from ''''const''' boost::intrusive::detail::bucket_traits_impl >::type>' to 'boost::intrusive::detail::bucket_traits_impl >::type>'''&&'''' ..." Bugs closed To Be Determined intrusive Boost 1.48.0 Regression fixed c++0x intrusive unordered