make sure that only *Mt method can be called for MemoryPoolMt

pull/1825/head
orignal 2 years ago
parent 50abeea82a
commit cb73c7c72e

@ -112,7 +112,7 @@ namespace util
};
template<class T>
class MemoryPoolMt: public MemoryPool<T>
class MemoryPoolMt: private MemoryPool<T>
{
public:

Loading…
Cancel
Save