version: multiple conditions

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 16 13:36:18 PDT 2015


On Tuesday, 16 June 2015 at 19:55:21 UTC, Jacob Carlborg wrote:
> On 2015-06-16 12:05, Walter Bright wrote:
>
>> Actually, D does quite a bit of that. For example, it 
>> deliberately does
>> not allow > to be overloaded separately from <.
>
> Which has its own limitations [1].
>
> [1] https://issues.dlang.org/show_bug.cgi?id=14593

Sounds like it's preventing an abuse of operator overloading to 
me... :)

- Jonathan M Davis


More information about the Digitalmars-d mailing list