forked from boostorg/throw_exception
Removed #include <boost/detail/workaround.hpp> from exception.hpp, requested by Emil, see #4068.
[SVN r62824]
This commit is contained in:
committed by
Peter Dimov
parent
81280e58c0
commit
78a6044434
@ -12,8 +12,6 @@
|
|||||||
#pragma warning(push,1)
|
#pragma warning(push,1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/detail/workaround.hpp>
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
{
|
{
|
||||||
@ -222,7 +220,7 @@ boost
|
|||||||
;
|
;
|
||||||
|
|
||||||
#if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) || \
|
#if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310) || \
|
||||||
BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x621))
|
defined(__BORLANDC__) // Tested at Embarcadero/CodeGear C++ version 6.21.
|
||||||
public:
|
public:
|
||||||
#else
|
#else
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user