forked from boostorg/config
Apply patch for clang from https://svn.boost.org/trac/boost/ticket/11833
This commit is contained in:
@ -62,9 +62,11 @@
|
|||||||
// even though it defines __SIZEOF_INT128__.
|
// even though it defines __SIZEOF_INT128__.
|
||||||
// See https://svn.boost.org/trac/boost/ticket/10418
|
// See https://svn.boost.org/trac/boost/ticket/10418
|
||||||
// Only re-enable this for nvcc if you're absolutely sure
|
// Only re-enable this for nvcc if you're absolutely sure
|
||||||
// of the circumstances under which it's supported:
|
// of the circumstances under which it's supported.
|
||||||
|
// Similarly __SIZEOF_INT128__ is defined when targetting msvc
|
||||||
|
// compatibility even though the required support functions are absent.
|
||||||
//
|
//
|
||||||
#if defined(__SIZEOF_INT128__) && !defined(__CUDACC__)
|
#if defined(__SIZEOF_INT128__) && !defined(__CUDACC__) && !defined(_MSC_VER)
|
||||||
# define BOOST_HAS_INT128
|
# define BOOST_HAS_INT128
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user