how to mark an extern function @nogc?

Seb via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 11 08:54:02 PDT 2016


On Monday, 11 July 2016 at 01:59:51 UTC, Adam Sansier wrote:
> On Monday, 11 July 2016 at 01:58:23 UTC, Adam Sansier wrote:
>> I'm using some win functions that don't use the gc and are not 
>> marked, specifically CLSIDFromString that I imported 
>> myself(it's not marked nogc in objbase).
>
> I went ahead and copied the import and added nogc. Shouldn't 
> someone add that to objbase?

Why don't you fork it & add it yourself?
Otherwise to quote Walter: "a bug only exists if it's on Bugzilla 
[issues.dlang.org]" ;-)


More information about the Digitalmars-d-learn mailing list