Re: [Boost-bugs] [Boost C++ Libraries] #8048: Boost 1.53 + GCC 4.6.3 __int128 undefined.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8048: Boost 1.53 + GCC 4.6.3 __int128 undefined.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-15 22:43:46


#8048: Boost 1.53 + GCC 4.6.3 __int128 undefined.
---------------------------------+------------------------------------------
  Reporter: wchan212@… | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: config
   Version: Boost 1.53.0 | Severity: Showstopper
Resolution: | Keywords:
---------------------------------+------------------------------------------

Comment (by anonymous):

 credits to @Marshall

 Adding

 {{{
 #if defined(BOOST_HAS_INT128) && defined(__CUDACC__)
 #undef BOOST_HAS_INT128
 #endif
 }}}

 to the end of boost/config/nvcc.hpp also works. I think this is a
 slightly more robust solution? (@Marshall, the first time we tried it we
 forgot the "if", that's why it didnt work)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8048#comment:17>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC