EDG has "long long" in non-strict mode

[SVN r11465]
This commit is contained in:
Jens Maurer
2001-10-29 19:35:57 +00:00
parent c3024d2a6c
commit 188e522fc9

View File

@ -22,4 +22,8 @@
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
#endif #endif
#ifdef c_plusplus
// EDG has "long long" in non-strict mode
#define BOOST_HAS_LONG_LONG
#endif