Subject: [Boost-bugs] [Boost C++ Libraries] #3688: splice(): no matching function call
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-11-27 20:47:57
#3688: splice(): no matching function call
--------------------------+-------------------------------------------------
Reporter: anonymous | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: None
Version: Boost 1.41.0 | Severity: Regression
Keywords: |
--------------------------+-------------------------------------------------
slist<A,base_hook<slist_base_hook<> > > l,l2;
l.splice(l.end(),l2);
causes this compile error which wasn't there in 1.38:
/usr/local/include/boost/intrusive/slist.hpp:1224: error: no matching
function for call to
âboost::intrusive::slist_impl<boost::intrusive::slistopt<boost::intrusive::detail::base_hook_traits<A,
boost::intrusive::slist_node_traits<void*>, safe_link,
boost::intrusive::default_tag, 2>, unsigned int, true, false, false>
>::splice_after(boost::intrusive::slist_iterator<boost::intrusive::slist_impl<boost::intrusive::slistopt<boost::intrusive::detail::base_hook_traits<A,
boost::intrusive::slist_node_traits<void*>, safe_link,
boost::intrusive::default_tag, 2>, unsigned int, true, false, false> >,
true>,
boost::intrusive::slist_impl<boost::intrusive::slistopt<boost::intrusive::detail::base_hook_traits<A,
boost::intrusive::slist_node_traits<void*>, safe_link,
boost::intrusive::default_tag, 2>, unsigned int, true, false, false> >&,
boost::intrusive::slist_iterator<boost::intrusive::slist_impl<boost::intrusive::slistopt<boost::intrusive::detail::base_hook_traits<A,
boost::intrusive::slist_node_traits<void*>, safe_link,
boost::intrusive::default_tag, 2>, unsigned int, true, false, false> >,
false>*&)â
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3688> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC