BOOST_HAS_LONG_LONG is intricately intertwined with library support. Avoid.

[SVN r11495]
This commit is contained in:
Jens Maurer
2001-10-31 19:37:26 +00:00
parent e440678d4e
commit 0d7929b698

View File

@ -25,6 +25,7 @@
#ifdef c_plusplus
// EDG has "long long" in non-strict mode
#define BOOST_HAS_LONG_LONG
// However, some libraries have insufficient "long long" support
// #define BOOST_HAS_LONG_LONG
#endif