post qualifier and template constraint limitation, is there a reason ?
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jan 17 00:33:49 PST 2015
This is accepted :
auto fun(T)(T T) inout if(...) { ... }
This is not :
auto fun(T)(T T) if(...) inout { ... }
Is there a reason ?
More information about the Digitalmars-d
mailing list