On Sat, 17 Jan 2015 08:33:49 +0000
deadalnix via Digitalmars-d <digitalmars-d@puremagic.com> wrote:

> This is accepted :
> auto fun(T)(T T) inout if(...) { ... }
> 
> This is not :
> auto fun(T)(T T) if(...) inout { ... }
> 
> Is there a reason ?
the first is easier to parse, and i it's looking better. the second is
just unnecessary code in parser and will not be used in the wild to the
extent that justifies increased complexity.

Attachment: signature.asc
Description: PGP signature

Reply via email to