From 8abce1b0f4dbe73da7f603118f71563e061b5252 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 11 Feb 2011 23:46:38 +0000 Subject: [PATCH] Ticket #5178 [SVN r68793] --- include/boost/exception/exception.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index db213e3..c532a5c 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -224,8 +224,7 @@ boost #endif ; -#if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) || \ - defined(__BORLANDC__) // Tested at Embarcadero/CodeGear C++ version 6.21. +#if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) public: #else private: