no message

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@136 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
humesikkins 2004-03-18 10:57:51 +00:00
parent 3cf210ef61
commit 15f21dd90a

View file

@ -29,6 +29,11 @@ If you use Singletons with longevity you must add Singleton.cpp to your project/
Fixes:
------
Mar 18, 2004:
-------------
* In SmartPtr.h: Added operator=-workaround for pointer-assignment
* In Functor.h: Changed value parameter to referemce parameter
in FunctorBase and FunctorVoidBase Ctors.
Mar 21, 2003:
-------------
* In MultiMethods.h: Added a new explicit template argument specification (ETAS)-workaround