forked from boostorg/config
Disable BOOST_HAS_LONG_LONG when the library has no support for it.
[SVN r29613]
This commit is contained in:
@@ -119,5 +119,9 @@
|
|||||||
# define BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN
|
# define BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Disable BOOST_HAS_LONG_LONG when the library has no support for it.
|
||||||
|
//
|
||||||
|
#if !defined(_RWSTD_LONG_LONG) && defined(BOOST_HAS_LONG_LONG)
|
||||||
|
# undef BOOST_HAS_LONG_LONG
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user