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:
parent
a3ad4d38e2
commit
3a7eb042b9
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ namespace Loki
|
|||
typedef EmptyType Parm14;
|
||||
typedef EmptyType Parm15;
|
||||
|
||||
FunctorImplBase(){};
|
||||
FunctorImplBase(const FunctorImplBase&){};
|
||||
|
||||
virtual FunctorImplBase* DoClone() const = 0;
|
||||
template <class U>
|
||||
static U* Clone(U* pObj)
|
||||
|
|
Loading…
Reference in a new issue