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