Index: gcc.hpp =================================================================== --- gcc.hpp (revision 61022) +++ gcc.hpp (working copy) @@ -69,7 +69,7 @@ # endif #endif -#ifndef __EXCEPTIONS +#if !defined(__EXCEPTIONS) && !defined(BOOST_NO_EXCEPTIONS) # define BOOST_NO_EXCEPTIONS #endif