$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-03-28 16:20:37
Looking at config_info results, BOOST_HAS_NRVO doesn't appear to be
defined for VC++ 8.0 and later. But see
http://msdn2.microsoft.com/en-us/library/ms364057(VS.80).aspx. According
to that, 8.0 and later does support the named return value optimization.
What am I missing:-?
--Beman