On Wed, Jan 27, 2010 at 11:16:30PM +1300, Tim Penhey wrote: > As part of the refactoring I'm doing on drizzled/error.cc, I'm considering > doing the primary initialization of the enum -> error string at static > initialization time. > > Are there any concerns about this?
When loading in a shared library, constructors of global static objects won't be called... so that's a concern. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

