how to declare C's static function?
aki via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Mar 28 19:37:02 PDT 2016
On Tuesday, 29 March 2016 at 01:04:50 UTC, Mike Parker wrote:
> 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
Good news!
More information about the Digitalmars-d-learn
mailing list