proposal: private module-level import for faster compilation

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 24 16:12:16 PDT 2016


On Saturday, 23 July 2016 at 19:22:09 UTC, Jacob Carlborg wrote:
> How does this relate to templates? Or is the suggestion to now 
> use templates on API boundaries?

Benjamin proposed to stop considering `export` a protection 
attribute and mark all functions called from templates as 
`export` (allowing `export private` if necessary).


More information about the Digitalmars-d mailing list