Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-03-23 09:13:41


At 09:28 AM 3/22/2001, Bill Klein wrote:

>Just wanted to know what the reason was for leaving out a swap() for
>scoped_ptr and scoped_array (it's included in the shared variety).

Scoped_ptr is a KISS class - you use it when you want a very simple
solution, but use something else (shared_ptr, auto_ptr) if you needs are
greater.

Did you have a specific problem you were trying to solve, or was it a
general question?

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk