mirror of
https://github.com/boostorg/exception.git
synced 2026-01-25 00:12:24 +01:00
msvc 7.1 regression, thanks Joaquin
[SVN r59837]
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user