Boost C++ Libraries: Ticket #13153: Missing return statement in range/algorithm_ext/insert.hpp https://svn.boost.org/trac10/ticket/13153 <p> Return statement is missing in method insert( Container&amp; on, const Range&amp; from ) </p> <p> Adding return on; fixes compilation. </p> <p> Seems to be a regression since patch <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6726" title="#6726: Patches: insert algorithm_ext overload for associative containers (closed: fixed)">#6726</a> ( <a class="ext-link" href="https://svn.boost.org/trac10/ticket/6726"><span class="icon">​</span>https://svn.boost.org/trac10/ticket/6726</a> ) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13153 Trac 1.4.3 anonymous Tue, 12 Dec 2017 18:54:06 GMT <link>https://svn.boost.org/trac10/ticket/13153#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13153#comment:1</guid> <description> <p> Even more wonderful: it's already fixed in 474c62ab16e72153535883fd83c78dab62fc7967 which is committed on 2015-02-04 and available the develop branch. Seems like this just needs to be merged to master for a release. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 30 Jun 2018 21:08:25 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/13153#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13153#comment:2</guid> <description> <p> Confirm! Missing return statement in range/algorithm_ext/insert.hpp Still not fixed in 1.67.0. Compiling my project with GCC -O2 gives broken code for "boost::insert(container, items);" line, that is crashing stable. Replacement the line to "container.insert(items.begin(), items.end());" removes the crash. </p> </description> <category>Ticket</category> </item> </channel> </rss>