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
This commit is contained in:
syntheticpp 2006-10-11 08:59:41 +00:00
parent c249b0f93b
commit f19606f935

View file

@ -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)