boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Feature/remove less than comparable constraint #18

Closed brandon-kohn closed 3 years ago

brandon-kohn commented 6 years ago

Commented out LessThanComparable constraints. This allows specializations for types which do not implement operator < to work.

jofaber commented 3 years ago

With apologies for the very late reaction... In my view it does not make sense to use intervals in the context of the icl library with value types that are lacking a strict weak ordering. I think the requirements need to remain the way they are.

jofaber commented 3 years ago

I am closing the PR, see my last comment.