boostorg / range

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

Fix breakage in replaced adaptor for C++03 #53

Closed morinmorin closed 6 years ago

morinmorin commented 6 years ago

This fixes a C++03 breakage introduced in #48.

Additionally, this PR adds Value template parameter to operator|(rng, replaced_if) to make it consistent with operator|(rng, replaced).

morinmorin commented 6 years ago

Thanks for the quick merge!