$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Usage of Boost.Optional
From: Alexander Churanov (alexanderchuranov_at_[hidden])
Date: 2010-10-25 06:11:35
2010/10/25 Dean Michael Berris <mikhailberis_at_[hidden]>:
>
> I think what the OP was looking for is a move constructor for
> Boost.Optional which I don't think it supports (yet).
>
> --
> Dean Michael Berris
> deanberris.com
Isn't std::auto_ptr a suitable alternative for this case?
Alexander Churanov