https://bugs.meego.com/show_bug.cgi?id=19464
murrayc <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from murrayc <[email protected]> 2011-07-11 10:09:52 UTC --- This seems to be about initialization of static instances. It's generally considered that there is absolutely no way to know when static instances will be initialized, and no way to control it. This causes problems as soon as you have one that's dependent on another. If it works at any one time, it will likely break with another compiler or platform. It's best to just avoid static instances. Singletons are less awkward. -------- Product: SyncEvolution Component: SyncEvolution MeeGo Release: unspecified Severity: major Priority: Medium Keywords: Status: ASSIGNED Who: [email protected] Assigned To: [email protected] Target Build: --- Flags: Changed: CC -------- https://bugs.meego.com/show_bug.cgi?id=19464 -- Configure bugmail: https://bugs.meego.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
