From ce67dde4f058a379ac7fd6520aea3cf1a3b11a6d Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 31 Mar 2009 22:16:49 +0000 Subject: [PATCH] Documentation update [SVN r52091] --- 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