Applied patches from "Pavel Vozenilek" <pavel_vozenilek-at-hotmail.com>

[SVN r18310]
This commit is contained in:
Dave Abrahams
2003-04-25 14:16:19 +00:00
parent 767ec48375
commit c31a7209ac

View File

@@ -51,7 +51,7 @@
#endif
#if _MSC_VER+0 >= 1000
# ifndef _NATIVE_WCHAR_T_DEFINED
# ifndef _WCHAR_T_DEFINED
# define BOOST_NO_INTRINSIC_WCHAR_T
# endif
# if _MSC_VER >= 1200
@@ -62,6 +62,10 @@
# define BOOST_DISABLE_WIN32
#endif
#ifndef _CPPUNWIND
# define BOOST_NO_EXCEPTIONS
#endif
// I checked version 6.0 build 020312Z, it implements the NRVO.
// Correct this as you find out which version of the compiler
// implemented the NRVO first. (Daniel Frey)