
11 Dec
2005
11 Dec
'05
5:28 a.m.
"George M. Garner Jr." <gmgarner@erols.com> 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/ht... #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