how to declare C's static function?

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 28 18:04:50 PDT 2016


On Monday, 28 March 2016 at 14:40:40 UTC, Adam D. Ruppe wrote:
> On Monday, 28 March 2016 at 04:53:19 UTC, aki wrote:
>> So... You mean there are no way to declare functions
>> without exporting the symbol?
>
> alas, no, even if it is private it can conflict on the outside 
> (so stupid btw).
>

Seems to be fixed in the latest beta (finally):

http://dlang.org/changelog/2.071.0.html#dip22


More information about the Digitalmars-d-learn mailing list