Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-12-11 00:28:21


"George M. Garner Jr." <gmgarner_at_[hidden]> writes:

> Beman,
>
> I tried adding the following to the end of visualc.hpp and then recompiled
> the serialization and regex libraries without problem:
>
> //http://msdn.microsoft.com/visualc/default.aspx?pull=/library/en-us/dnvs05/html/nrvo_cpp05.asp
> #if (_MSC_VER >= 1400) // 1400 == VC++ 8.0
> # define BOOST_HAS_NRVO
> #endif
>
> At least there is no harm in defining it.

It could be slowing things down.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk