Boost C++ Libraries: Ticket #3688: splice(): no matching function call https://svn.boost.org/trac10/ticket/3688 <p> slist&lt;A,base_hook&lt;slist_base_hook&lt;&gt; &gt; &gt; l,l2; l.splice(l.end(),l2); </p> <p> causes this compile error which wasn't there in 1.38: </p> <p> /usr/local/include/boost/intrusive/slist.hpp:1224: error: no matching function for call to ‘boost::intrusive::slist_impl&lt;boost::intrusive::slistopt&lt;boost::intrusive::detail::base_hook_traits&lt;A, boost::intrusive::slist_node_traits&lt;void*&gt;, safe_link, boost::intrusive::default_tag, 2&gt;, unsigned int, true, false, false&gt; &gt;::splice_after(boost::intrusive::slist_iterator&lt;boost::intrusive::slist_impl&lt;boost::intrusive::slistopt&lt;boost::intrusive::detail::base_hook_traits&lt;A, boost::intrusive::slist_node_traits&lt;void*&gt;, safe_link, boost::intrusive::default_tag, 2&gt;, unsigned int, true, false, false&gt; &gt;, true&gt;, boost::intrusive::slist_impl&lt;boost::intrusive::slistopt&lt;boost::intrusive::detail::base_hook_traits&lt;A, boost::intrusive::slist_node_traits&lt;void*&gt;, safe_link, boost::intrusive::default_tag, 2&gt;, unsigned int, true, false, false&gt; &gt;&amp;, boost::intrusive::slist_iterator&lt;boost::intrusive::slist_impl&lt;boost::intrusive::slistopt&lt;boost::intrusive::detail::base_hook_traits&lt;A, boost::intrusive::slist_node_traits&lt;void*&gt;, safe_link, boost::intrusive::default_tag, 2&gt;, unsigned int, true, false, false&gt; &gt;, false&gt;*&amp;)’ </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3688 Trac 1.4.3 anonymous Fri, 27 Nov 2009 20:48:24 GMT component changed; owner set https://svn.boost.org/trac10/ticket/3688#comment:1 https://svn.boost.org/trac10/ticket/3688#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Ion Gaztañaga</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">intrusive</span> </li> </ul> Ticket Ion Gaztañaga Thu, 26 Aug 2010 10:04:36 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/3688#comment:2 https://svn.boost.org/trac10/ticket/3688#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.42.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket