boostorg / range

Boost.org range module
http://boost.org/libs/range
42 stars 101 forks source link

fix missing return statement #26

Closed Yasami closed 9 years ago

Yasami commented 9 years ago

boost::insert( Container&, const Range&) does not return anything; It conflicts with return type.

morinmorin commented 7 years ago

Should this be merged to the master branch?