
25 Jun
2012
25 Jun
'12
11:48 p.m.
Hi, don't look at the object_pool, look at pool. It provide only allocation and destruction methods, given a size at runtime. That way you can wrap it with a template function that give the size of the object you want to create to the pool for it to allocate memory for you. Joel Lamotte