mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 22:04:27 +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
|
#define BOOST_HAS_NRVO
|
||||||
|
|
||||||
// Clang supports "long long" in all compilation modes.
|
// Clang supports "long long" in all compilation modes.
|
||||||
|
#define BOOST_HAS_LONG_LONG
|
||||||
|
|
||||||
#if !__has_feature(cxx_auto_type)
|
#if !__has_feature(cxx_auto_type)
|
||||||
# define BOOST_NO_AUTO_DECLARATIONS
|
# define BOOST_NO_AUTO_DECLARATIONS
|
||||||
|
Reference in New Issue
Block a user