Ticket #4068: exception_for Borland.patch
File exception_for Borland.patch, 613 bytes (added by , 13 years ago) |
---|
-
exception.hpp
12 12 #pragma warning(push,1) 13 13 #endif 14 14 15 #include <boost/detail/workaround.hpp> 16 15 17 namespace 16 18 boost 17 19 { … … 219 221 #endif 220 222 ; 221 223 222 #if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) 224 #if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) || \ 225 BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x621)) 223 226 public: 224 227 #else 225 228 private: