Compile Time Execution of Inout Parameters
Walter Bright
newshound at digitalmars.com
Sun Mar 4 02:44:49 PST 2007
Xinok wrote:
> In the D 1.007 change log, it states:
> out and inout parameters are now allowed for compile time function
> execution.
>
> Does anybody know exactly what this means? I've tried a few different
> things, but no luck at getting anything to compile.
The out and inout are only for functions called by compile time executed
functions.
More information about the Digitalmars-d
mailing list