From b09fd336607e7fc5f88cb180daa877bbea28fa95 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 13 Nov 2002 04:49:56 +0000 Subject: [PATCH] BOOST_NO_EXCEPTIONS patch from Alberto Barbati [SVN r16219] --- include/boost/config/compiler/metrowerks.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index 222a311b..b6376a29 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -35,6 +35,10 @@ # define BOOST_NO_INTRINSIC_WCHAR_T #endif +#if !__option(exceptions) +# define BOOST_NO_EXCEPTIONS +#endif + # if __MWERKS__ == 0x3000 # define BOOST_COMPILER_VERSION 8.0 # elif __MWERKS__ == 0x3001