From f19606f93500c7dcda67931e570deec9875d8818 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Wed, 11 Oct 2006 08:59:41 +0000 Subject: [PATCH] add ctor with std::pair argument git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@706 7ec92016-0320-0410-acc4-a06ded1c099a --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 67a1235..ffa10ec 100755 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,10 @@ General: - Build all tests except SingletonDll with the static library (linux, macosx) (lf) - use standard conforming naming, SUN's compiler needs it (pk) +LockingPtr: + - constructor added which gets a std::pair of pointers + to the object and the mutex (pk) + Pimpl: - ImplT/PimplT/RimplT renamed to a more readable version: ImplOf (pk)