post qualifier and template constraint limitation, is there a reason ?
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jan 17 02:05:22 PST 2015
On 1/17/2015 12:33 AM, deadalnix 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 ?
There was no known reason to.
More information about the Digitalmars-d
mailing list