$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [optional] Support for moving values
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2012-11-14 09:11:41
2012/11/14 Adam Badura <abadura_at_[hidden]>:
> I noticed that many Boost libraries miss that support. And it is especially
> "visible" in case of such utilities like boost::optional or boost::variant.
I'm working on rvalues support in Boost.Variant (and there are some
patches already applied to trunk).
Boost.Optional has a ticket for rvalues support
https://svn.boost.org/trac/boost/ticket/1841 and looks like
Boost.Optional's author already working on it.
-- Best regards, Antony Polukhin