boostorg / range

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

Fix parameters in replaced adaptor document #30

Closed nekko1119 closed 9 years ago

nekko1119 commented 9 years ago

Actual implements is replace_holder( const T& from, const T& to ). But document is ng | boost::adaptors::replaced(new_value, old_value). So, I think new_value and old_value are reversed.