Opened 6 years ago
Last modified 6 years ago
#12892 new Bugs
range/algorithm_ext/insert.hpp won't compile
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.63.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
Due to a missing return statement in function Container& insert( Container& on, const Range& from ), line 37.
Note:
See TracTickets
for help on using tickets.
This was fixed on the develop branch more than one year ago.
But it is not yet merged...