rollbear / lift

constexpr C++17 library for simplifying higher order functions in application code
Boost Software License 1.0
195 stars 8 forks source link

[nitpick] Negating 'std::less' should give you 'greater than or equal to' not 'greater than'. #5

Closed bostikforever closed 6 years ago

bostikforever commented 6 years ago

https://github.com/rollbear/lift/blame/master/README.md#L182 names the result of negating 'std::less' 'binary_gt'. The suffix 'gt' seems to suggest 'greater than'.

rollbear commented 6 years ago

Yes, you're right. Thanks. If you want to, you can send a pull request with the fix, otherwise I'll correct it tonight.

rollbear commented 6 years ago

Fixed in commit 42293d66f0bd5a92b2a0ab42284e56950d56d853