
29 Jul
2005
29 Jul
'05
12:46 a.m.
Even though you did not bother to comment on my formal review of first submission (http://article.gmane.org/gmane.comp.lib.boost.devel/124201) all the points there are still valid (IMO). And the most important is: should we do this at all? IMO it's bad idea to promote smart singletons in single threaded environment (beyond what we could implement using trivial means like "Meyers singleton") and it twice as bad in MT where there is no relyable way to implement efficient access. Gennadiy