boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Return statement is missing in algorithm_ext/insert.hpp in boost source distribution 1.67 #72

Open timpatt opened 5 years ago

timpatt commented 5 years ago

The version of the boost/range/algorithm_ext/insert.hpp file that is included with the source distribution downloaded from the main boost download page still has the return bug that was apparently fixed many years ago in this commit: 474c62ab16e72153535883fd83c78dab62fc7967.

mjendruk commented 5 years ago

I checked the tag 1.68.0 as well as the downloadable version from https://www.boost.org/users/history/version_1_68_0.html. The fix was merged in this release.

This issue can be closed.