Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-08-27 08:06:55


"Howard Hinnant" <hinnant_at_[hidden]> wrote in message news:632F334B-F7C0-11D8-8665-003065D18932_at_twcny.rr.com...
| On Aug 26, 2004, at 7:03 PM, Thorsten Ottosen wrote:
|
| > I just wanted to hear if anybody had already made a move_ptr I could
| > use?
|
| Fwiw, there's a copyright-free move_ptr at:
|
| http://home.twcny.rr.com/hinnant/Utilities/move_ptr

Thanks.

| But I don't recommend it. I really like Dave's move implementation
| better, though it is less portable with current compilers (including
| Metrowerks). I also think move_ptr should carry a destructor policy in
| it's type:
|
| template<class T, class D = typename detail::default_delete<T>::type>
| class move_ptr;

definitely

br

Thorsten


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