boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
114 stars 105 forks source link

Added constexpr modifiers for C++14 mode and some tests #13

Closed apolukhin closed 7 years ago

mclow commented 8 years ago

I like this change. But the tests are incomplete. There's no constexpr tests for mismatch, for example. (or power)

apolukhin commented 8 years ago

OK. I'll add more tests soon. Anyway, this PR must be merged after constexpr for for begin()/end() PR

mclow commented 8 years ago

Ok; I'll wait for your update.

mclow commented 8 years ago

Looks like https://github.com/boostorg/range/pull/44 hasn't been merged yet.

apolukhin commented 7 years ago

This pull request is superseded by https://github.com/boostorg/algorithm/pull/35