From 3fc4ccd640e3e0e7b45e8547e34af1b06dac5aa3 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 8 May 2003 11:38:31 +0000 Subject: [PATCH] Revert a patch that broke Intel compiler on Linux [SVN r18364] --- include/boost/config/compiler/intel.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 756cc7eb..b54f6d8e 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -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)