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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user