Re: [Boost-bugs] [Boost C++ Libraries] #9773: Clang configuration does not set BOOST_HAS_INT128

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9773: Clang configuration does not set BOOST_HAS_INT128
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-12 19:59:23


#9773: Clang configuration does not set BOOST_HAS_INT128
-------------------------------+-------------------------
  Reporter: dgregor | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: config
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-------------------------

Comment (by dgregor):

 My apologies for the malformed code. Let's try again:

 {{{
 // Clang has __int128 for some targets.
 #if defined(__SIZEOF_INT128__)
 # define BOOST_HAS_INT128
 #endif
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9773#comment:1>
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:15 UTC