
25 Aug
2009
25 Aug
'09
1:32 a.m.
Daniel James wrote:
I can't do that because I'm fully supporting allocators, so pointers can only point to memory allocated with the allocator.
Does it meter what allocator was used to allocate a static object that is not going to be deallocated until program exit or even will never be deallocated at all? What matters is that the allocator may define a pointer type that cannot
Ilya Bobir wrote: point to static objects. Sebastian