From 0282c8a14177cf672bf09f10becf36b8336e20fc Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 30 Jan 2009 00:06:01 +0000 Subject: [PATCH] added #error in headers incompatible with BOOST_NO_EXCEPTIONS [SVN r50887] --- include/boost/exception.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/exception.hpp b/include/boost/exception.hpp index c77f215..b4716a0 100644 --- a/include/boost/exception.hpp +++ b/include/boost/exception.hpp @@ -12,6 +12,8 @@ #include #include #include +#ifndef BOOST_NO_EXCEPTIONS #include +#endif #endif