allocate size of class temlate fn

This commit is contained in:
Hieu Hoang 2015-10-23 21:13:57 +01:00
parent fb25bf6196
commit 013a2b092c

View File

@ -25,13 +25,11 @@ class Pool {
}
}
/*
template<typename T>
void *Allocate() {
void *ret = Allocate(sizeof(T));
return ret;
}
*/
void FreeAll();