Attribute inference for auto functions?

Walter Bright newshound2 at digitalmars.com
Wed Apr 17 12:05:01 PDT 2013


On 4/17/2013 10:37 AM, Michel Fortin wrote:
> Compilation speed is not a problem for functions with the "auto" return type
> because there are only a few of them.

It is not a problem right now because the compiler has to semantically analyze 
their function bodies already in order to determine the return type. It is 
insignificant to additionally gather the attribute information.


More information about the Digitalmars-d mailing list