Review: Switched auto_ptr -> ptr


Jeremy Selan <jeremy...@...>
 

In the public API we were storing references to m_impl using autoptrs,
which really was unnecessary. This only saved one line of code per
use, and made the memory model less obvious. This doesnt affect user
code at all, as it's impl related anyways.

Commits:
089aaa9297dfedffa59c2998bf4111cd65d53c5d

-- Jeremy


Malcolm Humphreys <malcolmh...@...>
 

LGTM

.malcolm

On 06 Nov, 2010,at 11:24 AM, Jeremy Selan <jere...@...> wrote:

In the public API we were storing references to m_impl using autoptrs,
which really was unnecessary This only saved one line of code per
use, and made the memory model less obvious. This doesnt affect user
code at all, as it's impl related anyways.

Commits:
089aaa9297dfedffa59c2998bf4111cd65d53c5d

-- Jeremy