Boost logo

Boost :

From: George M. Garner Jr. (gmgarner_at_[hidden])
Date: 2005-12-10 23:27:56


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.

Regards,

George.

"Beman Dawes" <bdawes_at_[hidden]> a écrit dans le message de news:
dng3eo$u53$1_at_sea.gmane.org...
> According to
> http://msdn.microsoft.com/visualc/default.aspx?pull=/library/en-us/dnvs05/html/nrvo_cpp05.asp,
> VC++ 8.0 now support NRVO.
>
> Config info isn't reporting BOOST_HAS_NRVO as being set.
>
> Should this be changed?
>
> --Beman
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


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