mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-17 14:22:16 +02:00
msvc 7.1 regression, thanks Joaquin
[SVN r59837]
This commit is contained in:
committed by
Peter Dimov
parent
5386c7359d
commit
c87e86eff8
@ -219,7 +219,7 @@ boost
|
|||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
#if defined(__MWERKS__) && __MWERKS__<=0x3207
|
#if (defined(__MWERKS__) && __MWERKS__<=0x3207) || (defined(_MSC_VER) && _MSC_VER<=1310)
|
||||||
public:
|
public:
|
||||||
#else
|
#else
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user