20 Oct
2009
20 Oct
'09
12:46 p.m.
Larry wrote:
FWIW. I occasionally use a scheme in the Loki library. For my needs it was simple and worked. I have not run into any coexistence problems with Boost (1.32 through 1.40 on Windows with MSVC 6, 7, 8, or 9).
I have used Loki stuff too. Under windows, if you're using DLLs though, you will need some magic incantations to keep from having multiple copies of the Singleton appear. Basically, you need to ensure the templates (which contain static data) get instantiated only once.