mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
config: clang - detect support for int128
[SVN r86497]
This commit is contained in:
@ -39,6 +39,11 @@
|
||||
// Clang supports "long long" in all compilation modes.
|
||||
#define BOOST_HAS_LONG_LONG
|
||||
|
||||
#if defined(__SIZEOF_INT128__)
|
||||
# define BOOST_HAS_INT128
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// Dynamic shared object (DSO) and dynamic-link library (DLL) support
|
||||
//
|
||||
|
Reference in New Issue
Block a user