www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Simple library initialization

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Walter and I investigated a bit the way C module 
initialization/termination works. 
https://issues.dlang.org/show_bug.cgi?id=17035 is the result.

This preapproved enhancement would make life easier for folks who want 
to write libraries that don't depend on druntime.


Andrei
Dec 26 2016
parent Ilya Yaroshenko <ilyayaroshenko gmail.com> writes:
On Tuesday, 27 December 2016 at 01:39:18 UTC, Andrei Alexandrescu 
wrote:
 Walter and I investigated a bit the way C module 
 initialization/termination works. 
 https://issues.dlang.org/show_bug.cgi?id=17035 is the result.

 This preapproved enhancement would make life easier for folks 
 who want to write libraries that don't depend on druntime.


 Andrei
Many thanks!
Dec 27 2016