From c87e86eff86e7a5d578d7620928ad3823feeb5ff Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 22 Feb 2010 05:52:40 +0000 Subject: [PATCH] msvc 7.1 regression, thanks Joaquin [SVN r59837] --- include/boost/exception/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 82ff23a..fd516dd 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -219,7 +219,7 @@ boost #endif ; -#if defined(__MWERKS__) && __MWERKS__<=0x3207 +#if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) public: #else private: