add DeletableSingleton policy and examples from Curtis Krauskopf's CUJ article 'Creating Dynamic Singletons & the Loki Library' - www.decompile.com

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@307 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-10-17 08:43:42 +00:00
parent 6c7cedb361
commit a61d7f7127
8 changed files with 354 additions and 8 deletions

View file

@ -23,6 +23,10 @@ cd SafeFormat
call make.msvc.bat
cd ..
cd Singleton
call make.msvc.bat
cd ..
cd SmallObj
call make.msvc.bat
cd ..