make sure that only *Mt method can be called for MemoryPoolMt
This commit is contained in:
@ -112,7 +112,7 @@ namespace util
|
||||
};
|
||||
|
||||
template<class T>
|
||||
class MemoryPoolMt: public MemoryPool<T>
|
||||
class MemoryPoolMt: private MemoryPool<T>
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user