https://bugs.meego.com/show_bug.cgi?id=19464
murrayc <murrayc(a)murrayc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc(a)murrayc.com
--- Comment #13 from murrayc <murrayc(a)murrayc.com> 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: murrayc(a)murrayc.com
Assigned To: patrick.ohly(a)intel.com
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.