← Back to team overview

kicad-developers team mailing list archive

Re: Damned the 'undefined global constructor order'

 

On Mon, Jun 09, 2014 at 03:50:57PM -0500, Dick Hollenbeck wrote:
> IOW, the compiler cannot pre-process even *inline functions* when they are part of a
> static constructor.  It can however handle macros.

The static constructors are run only one time before main. I really don't
care if they aren't properly optimized :P

-- 
Lorenzo Marcantonio
Logos Srl


References