changes to CHANGES :)

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@366 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-11-16 13:39:36 +00:00
parent d26ecb6716
commit f6bf838507

View file

@ -6,17 +6,17 @@ November 16, 2005
_____________________________________ _____________________________________
General: General:
- fixes to compile under linux (Thanks to David Lawrence, pk) - changes to compile under Linux (Thanks to David Lawrence, pk)
- more doxygen documentation, modules added (rs, pk) - more doxygen documentation, modules added (rs, pk)
SmartPtr.h: SmartPtr.h:
- three year old bugs 626407 and 541846 fixed: - three year old bugs 626407 and 541846 fixed:
Assertion with SmartPtr<T, LinkedRef> (pk) Assertion with SmartPtr<T, LinkedRef> (pk)
SmartPtr and COMRefCounted (pk) SmartPtr and COMRefCounted (Thanks to James Mclaren, pk)
Typelists: Typelists:
- it's now possible to completely disable the - it's now possible to completely disable the
LOKI_TYPELIST_XX macros (pk) LOKI_TYPELIST_ macros (pk)
- marco definitions moved to a separate file (pk) - marco definitions moved to a separate file (pk)
Factory: Factory:
@ -29,7 +29,7 @@ Functor:
Function: Function:
- boost/TR1 like Function template with - boost/TR1 like Function template with
improved member usage (pk) improved member function pointer usage (pk)
- tested with boost's function_test.cpp - tested with boost's function_test.cpp
Sequence: Sequence: