prepare for next SmallObject version

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@185 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-07-28 06:12:32 +00:00
parent a3ad4d38e2
commit 3a7eb042b9

View file

@ -54,6 +54,9 @@ namespace Loki
typedef EmptyType Parm14; typedef EmptyType Parm14;
typedef EmptyType Parm15; typedef EmptyType Parm15;
FunctorImplBase(){};
FunctorImplBase(const FunctorImplBase&){};
virtual FunctorImplBase* DoClone() const = 0; virtual FunctorImplBase* DoClone() const = 0;
template <class U> template <class U>
static U* Clone(U* pObj) static U* Clone(U* pObj)