зеркало из https://github.com/mozilla/gecko-dev.git
Change _MSC_VER ifdef since MSVC++ .net 2003 has fixed one of their compiler bugs. b=208439 Patch from Ian Hickson <ian@hixie.ch>. r=dbaron sr=jag
This commit is contained in:
Родитель
27c26166cd
Коммит
015ab0d484
|
@ -1204,7 +1204,7 @@ operator!=( const U* lhs, const nsCOMPtr<T>& rhs )
|
|||
// This is defined by an autoconf test, but VC++ also has a bug that
|
||||
// prevents us from using these. (It also, fortunately, has the bug
|
||||
// that we don't need them either.)
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1310)
|
||||
#define NSCAP_DONT_PROVIDE_NONCONST_OPEQ
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче