mclow / Boost.Algorithm

Proposed Boost.Algorithm Library
7 stars 2 forks source link

is_increasing() and is_decreasing() should probably be renamed to is_nondecreasing() and is_nonincreasing() #3

Open spillner opened 13 years ago

spillner commented 13 years ago

To minimize confusion for users/code readers who aren't familiar with the existence of strictly_increasing()/strictly_decreasing().