mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user