boostorg / range

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

boost::lower_bound takes it argument by value #90

Closed considered-useful closed 4 years ago

considered-useful commented 5 years ago

Since it was introduced in boost 1.43, boost::lower_bound has taken Value by value rather than by const ref. I wondered if there was a reason why, seeing as std::lower_bound takes its value by const ref