Boost logo

Boost :

Subject: [boost] Is there any interest in static constructors?
From: Alexander Stoyan (alexander.stoyan_at_[hidden])
Date: 2013-01-31 15:59:04


Hello community,

I have implemented static constructors for my personal needs. They
guarantee construction of static data prior main execution, and allow
control the order of static initialization. The code now implemented and
tested for VS2012 and GCC.
I couldn't find anything like this in the boost library but consider it to
be useful for C++ developers.

More detailed approach on my blog page:
http://alexander-stoyan.blogspot.com/2013/01/static-constructors-in-c.html

Feedbacks are very appreciated.
Thank you.
______________________________
With best regards,
        Alexander Stoyan


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk