
8 Jan
2005
8 Jan
'05
2:41 p.m.
"Dave Handley" wrote:
I've just looked at your code again, and I actually note that the only creation policy you use is effectively the CreateUsingNew policy of Loki. I would like to point this could be real problem: it the code resides in a DLL whose new/delete are overloaded, static initialization (and singletons constructed during this time) may cause nasty and hard to debug crashes later.
Having Allocator/malloc/etc policy is necessary there. /Pavel