forked from boostorg/config
no integral int64_t with EDG <= 2.38 (e.g. IRIX MIPSpro)
[SVN r11466]
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
#if (__EDG_VERSION__ <= 238)
|
||||
# define BOOST_NO_VOID_RETURNS
|
||||
# define BOOST_NO_INTEGRAL_INT64_T
|
||||
#endif
|
||||
|
||||
#if (__EDG_VERSION__ <= 241) && !defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)
|
||||
|
Reference in New Issue
Block a user