Skip to content

Instantly share code, notes, and snippets.

@DennisOSRM
Created March 11, 2014 16:14
Show Gist options
  • Save DennisOSRM/9489120 to your computer and use it in GitHub Desktop.
Save DennisOSRM/9489120 to your computer and use it in GitHub Desktop.
--- a/boost/config/compiler/clang.hpp
+++ b/boost/config/compiler/clang.hpp
@@ -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
+
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment