invert new factory code macro logic to be ReferenceTest more compatible with noncc code
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@202 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
687c3682a7
commit
f783dcc91b
1 changed files with 6 additions and 3 deletions
|
@ -45,8 +45,8 @@ namespace Loki
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
//#define ENABLE_FACTORY_BOOK_VERSION_ONLY
|
#define ENABLE_NEW_FACTORY_CODE
|
||||||
#ifndef ENABLE_FACTORY_BOOK_VERSION_ONLY
|
#ifdef ENABLE_NEW_FACTORY_CODE
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/*
|
/*
|
||||||
|
@ -684,7 +684,7 @@ namespace Loki
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif //#define ENABLE_FACTORY_BOOK_VERSION_ONLY
|
#endif //#define ENABLE_NEW_FACTORY_CODE
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// class template CloneFactory
|
// class template CloneFactory
|
||||||
|
@ -747,6 +747,9 @@ namespace Loki
|
||||||
#endif // FACTORY_INC_
|
#endif // FACTORY_INC_
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.5 2005/07/31 14:23:24 syntheticpp
|
||||||
|
// invert new factory code macro logic to be ReferenceTest more compatible with noncc code
|
||||||
|
//
|
||||||
// Revision 1.4 2005/07/28 14:26:09 syntheticpp
|
// Revision 1.4 2005/07/28 14:26:09 syntheticpp
|
||||||
// add cvs Header/Log
|
// add cvs Header/Log
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue