Re: Maybe bug in call function to static declaration variable?

2010-11-17 Thread Gilberto Cuba Ricardo
;Static initialization shall be performed before any dynamic initialization takes place. Dynamic initialization of non-local variable with static storage duration is either ordered or unordered. Definitions of explicitly specialized class template static data members have ordered initialization." > Best Regards, > Axel -- Best regards, Gilberto Cuba Ricardo

Maybe bug in call function to static declaration variable?

2010-11-14 Thread Gilberto Cuba Ricardo
int 2, because it's a static declaration. In GNU Debian Linux it's produce the error: terminate called after throwing an instance of '--gnu_cxx::recursive_init_error' what : std::exceptions. and in Windows it stay sleeping until the application is closed by Windows. -- Best regards, Gilberto Cuba Ricardo PD: Sorry for the long extension of the message and for my bad english.