it'd be nice if there were some convenience templates somewhere for
converting a lt function to le,gt,ge, etc


On 10/08/2011 10:04 AM, Andrei Alexandrescu wrote:
> 
> I don't understand. Say all you have is "<". Then you can do everything:
> 
> a <= b is !(b < a)
> a > b is b < a

Reply via email to