$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] vc10 and BOOST_NO_DECLTYPE
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-04-21 04:42:39
> Speaking of the VC10 config, do you have any thoughts about the issue
> mentioned
> in https://svn.boost.org/trac/boost/ticket/4112 ?
>
> Should VC10 define BOOST_HAS_RVALUE_REFS for the benefit of smart_ptr?
Yep: that macro is deprecated in favor of BOOST_NO_RVALUE_REFERENCES, I'll
fix suffix.hpp to make sure they're defined in synch with each other.
John.