6 Jul
2013
6 Jul
'13
8:54 a.m.
On 06/07/13 01:54, Sid Sacek wrote:
Really? scoped_ptr, scoped_array and intrusive_ptr are part of the standard?
I understand 'unique_ptr' is 'scoped_ptr' with just another name. And I can understand why 'intrusive_ptr' didn't get standardized, it's too specialized.
It's more like std::auto_ptr with the FAIL removed.