fix bug 1327060. Add missing template parameter to make different static variables possible
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@304 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
b53657017a
commit
e8fcb25741
1 changed files with 4 additions and 1 deletions
|
@ -308,7 +308,7 @@ namespace Loki
|
|||
|
||||
/// Defines type of allocator.
|
||||
typedef AllocatorSingleton< ThreadingModel, chunkSize,
|
||||
maxSmallObjectSize, objectAlignSize > MyAllocator;
|
||||
maxSmallObjectSize, objectAlignSize, LifetimePolicy > MyAllocator;
|
||||
|
||||
/// Defines type for thread-safety locking mechanism.
|
||||
typedef ThreadingModel< MyAllocator > MyThreadingModel;
|
||||
|
@ -503,6 +503,9 @@ namespace Loki
|
|||
// Nov. 26, 2004: re-implemented by Rich Sposato.
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.15 2005/10/15 19:41:23 syntheticpp
|
||||
// fix bug 1327060. Add missing template parameter to make different static variables possible
|
||||
//
|
||||
// Revision 1.14 2005/10/13 22:43:03 rich_sposato
|
||||
// Added documentation comments about lifetime policies.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue