On 5/27/2011 3:08 PM, Phil Bouchard wrote:
2)
make:
auto_ptr: 5127206 ns
shared_ptr: 10731503 ns
block_ptr: 128038925 ns
new:
auto_ptr: 4667825 ns
shared_ptr: 11210022 ns
block_ptr: 69109934 ns
So the conclusion is: there is no such RVO for block_ptr.
-Phil