
9 Jan
2005
9 Jan
'05
2:20 p.m.
Mikhail Glushenkov wrote:
What about adapting Loki's Singleton? It's the best Singleton I know about and (probably) the most widely-known one.
I agree that it is probably one of the best ones around. My only issues are: [...] 2) There are probably some more options that need to be included, [...] Agreed. What I would like to see in improved version of Loki's Singleton: a) Simpler declaration syntax for Singletons(be it CRTP, macros, or anything) b) Ability to use SingletonWithLongevity without having to
Dave Handley <dave <at> dah.me.uk> writes: link with additional libraries (probably via #define) c) Better debugging support - automatic detection of cyclic dependencies, preferrably in compile-time(dreams, dreams..)