From f6bf83850761a5f4c72d7b30a8f7b1026b254a0f Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Wed, 16 Nov 2005 13:39:36 +0000 Subject: [PATCH] changes to CHANGES :) git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@366 7ec92016-0320-0410-acc4-a06ded1c099a --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index a54526d..40e585a 100755 --- a/CHANGES +++ b/CHANGES @@ -6,17 +6,17 @@ November 16, 2005 _____________________________________ 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) SmartPtr.h: - three year old bugs 626407 and 541846 fixed: Assertion with SmartPtr (pk) - SmartPtr and COMRefCounted (pk) + SmartPtr and COMRefCounted (Thanks to James Mclaren, pk) Typelists: - 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) Factory: @@ -29,7 +29,7 @@ Functor: Function: - boost/TR1 like Function template with - improved member usage (pk) + improved member function pointer usage (pk) - tested with boost's function_test.cpp Sequence: