mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
14 lines
433 B
Diff
14 lines
433 B
Diff
--- /usr/include/boost/config/compiler/clang.hpp 2013-07-20 13:17:10.000000000 -0400
|
|
+++ /usr/include/boost/config/compiler/clang.rippled.hpp 2014-03-11 16:40:51.000000000 -0400
|
|
@@ -39,6 +39,10 @@
|
|
// 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
|
|
//
|