Mitigating the attribute proliferation - attribute inference for functions
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Apr 12 01:55:16 PDT 2015
On 4/12/2015 12:33 AM, weaselcat wrote:
> Is there a reason functions marked private and package couldn't infer?
There's still an issue of a private function being called by a template, and the
definition of that private function is compiled separately.
> Is the main issue with this the extra compilation time it would take?
No.
More information about the Digitalmars-d
mailing list