j
k
j a
j l
On 03/12/2016 10:12 PM, Phil Bouchard wrote:
Not to mention the code is more elegant using operator new.
I mean we're talking: shared_ptr<int> p = allocate_shared_noinit<int>(fast_pool_allocator<int>()); vs. proxy_ptr<int> p = new fastblock<int>;
Back to the thread
Back to the list