safe_numerics
safe_numerics copied to clipboard
fix interval<R>::excludes() comment
The comment of "constexpr tribool excludes(const R & t) const" function is wrong. Maybe the original comment is just copied from the "includes" function and forgot to make a correction. So I fix the typo.