2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

adjustments for new MIPSpro 7.4.4

[SVN r34132]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-06-02 05:39:50 +00:00
parent caa9cb8268
commit cab94a7bba
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
#endif
# include <pyconfig.h>
# if defined(_SGI_COMPILER_VERSION) && _SGI_COMPILER_VERSION == 741
# if defined(_SGI_COMPILER_VERSION) && _SGI_COMPILER_VERSION >= 740
# undef _POSIX_C_SOURCE
# undef _XOPEN_SOURCE
# endif

View File

@@ -89,7 +89,7 @@ inline type_info type_id(BOOST_EXPLICIT_TEMPLATE_TYPE(T))
}
# if (defined(__EDG_VERSION__) && __EDG_VERSION__ < 245) \
|| (defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 741)
|| (defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 744)
// Older EDG-based compilers seems to mistakenly distinguish "int" from
// "signed int", etc., but only in typeid() expressions. However
// though int == signed int, the "signed" decoration is propagated