Mitigating the attribute proliferation - attribute inference for functions
Martin Nowak via Digitalmars-d
digitalmars-d at puremagic.com
Sun Apr 12 02:55:30 PDT 2015
On Sunday, 12 April 2015 at 08:55:17 UTC, Walter Bright wrote:
> There's still an issue of a private function being called by a
> template, and the definition of that private function is
> compiled separately.
That's the problem of the author of that template. He would still
have to annotate that private function manually like today.
But everything called by that function doesn't need to be
attributed.
More information about the Digitalmars-d
mailing list