Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13153: Missing return statement in range/algorithm_ext/insert.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-30 21:08:25
#13153: Missing return statement in range/algorithm_ext/insert.hpp
-------------------------------+-------------------------
Reporter: Olivier B. | Owner: Neil Groves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.64.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-------------------------
Comment (by anonymous):
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.
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13153#comment:2> 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 : 2018-06-30 21:13:27 UTC