forked from boostorg/config
EDG has "long long" in non-strict mode
[SVN r11465]
This commit is contained in:
@ -22,4 +22,8 @@
|
||||
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
|
||||
#endif
|
||||
|
||||
#ifdef c_plusplus
|
||||
// EDG has "long long" in non-strict mode
|
||||
#define BOOST_HAS_LONG_LONG
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user