Set BOOST_HAS_LONG_LONG for Clang in case it doesn't get auto-detected later.

Fixes #6636.

[SVN r77147]
This commit is contained in:
John Maddock
2012-03-01 11:34:44 +00:00
parent 5f9b522ede
commit 8e51b05e1f

View File

@@ -24,6 +24,7 @@
#define BOOST_HAS_NRVO
// Clang supports "long long" in all compilation modes.
#define BOOST_HAS_LONG_LONG
#if !__has_feature(cxx_auto_type)
# define BOOST_NO_AUTO_DECLARATIONS