$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost::optional -- updates for C++11 move semantics
From: Jeffrey Lee Hellrung, Jr. (jeffrey.hellrung_at_[hidden])
Date: 2013-02-06 02:05:09
On Tue, Feb 5, 2013 at 10:26 PM, Antony Polukhin <antoshkka_at_[hidden]>wrote:
[...]
> If you wish, you may update this patch (change deprecated #ifdef
> BOOST_HAS_RVALUE_REFS to #ifndef BOOST_NO_RVALUE_REFERENCES), add some
> unit tests, and may be maybe update it to use Boost.Move.
>
I think you mean BOOST_NO_CXX11_RVALUE_REFERENCES :)
- Jeff