Revert a patch that broke Intel compiler on Linux

[SVN r18364]
This commit is contained in:
Guillaume Melquiond
2003-05-08 11:38:31 +00:00
parent b406ae1b3e
commit 3fc4ccd640

View File

@@ -62,10 +62,6 @@
# 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)