Why isn't purity & co. inferred for all functions?

Trass3r un at known.com
Fri May 11 11:53:26 PDT 2012


It's already inferred for templated functions, so it's perfectly possible.
Also it should be checked anyway, so I get an error message if I marked  
something pure or whatever while it actually isn't.

The only functions where it can't be inferred and manual attributes are  
really needed are function definitions (i.e. no body available).

What speaks against it?


More information about the Digitalmars-d mailing list