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

Subject: [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:58:36


#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
 Keywords: |
------------------------------+-------------------------
 The Clang configuration (boost/config/compiler/clang.hpp) never sets
 BOOST_HAS_INT128, even though Clang supports this feature. The fix is to
 add

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

 into the aforementioned file.

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