
25 May
2011
25 May
'11
7:18 a.m.
On 5/24/2011 10:52 PM, Nevin Liber wrote:
Heck, even auto_ptr is significantly faster using new instead of make_shared and make_block. Simply amazing! Wait, ... how exactly did you use make_shared and make_block in the auto_ptr case?
auto_ptr uses make_auto in the make test, shared_ptr uses make_shared and block_ptr uses make_block. -Phil