msvc 7.1 regression, thanks Joaquin

[SVN r59837]
This commit is contained in:
Emil Dotchevski
2014-06-03 01:49:36 +03:00
committed by Peter Dimov
parent 5386c7359d
commit c87e86eff8
+1 -1
View File
@@ -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: