boostorg / icl

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

DomainT must be LessThanComparable even when you may define a custom Compare predicate. #15

Open brandon-kohn opened 6 years ago

brandon-kohn commented 6 years ago

It seems like that concept check narrows the allowable types too much. It would be nice to be able to use intervals of types who don't implement operator <.