Boost C++ Libraries: Ticket #9773: Clang configuration does not set BOOST_HAS_INT128 https://svn.boost.org/trac10/ticket/9773 <p> The Clang configuration (boost/config/compiler/clang.hpp) never sets BOOST_HAS_INT128, even though Clang supports this feature. The fix is to add </p> <p> <em> Clang has <span class="underline">int128 for some targets. #if defined(</span>SIZEOF_INT128<span class="underline">) # define BOOST_HAS_INT128 #endif </span></em></p> <p> into the aforementioned file. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9773 Trac 1.4.3 Douglas Gregor Wed, 12 Mar 2014 19:59:23 GMT <link>https://svn.boost.org/trac10/ticket/9773#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9773#comment:1</guid> <description> <p> My apologies for the malformed code. Let's try again: </p> <pre class="wiki">// Clang has __int128 for some targets. #if defined(__SIZEOF_INT128__) # define BOOST_HAS_INT128 #endif </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 13 Mar 2014 17:58:56 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9773#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9773#comment:2</guid> <description> <p> ?? It's already there, line 51?? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 19 Jun 2014 15:29:10 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9773#comment:3 https://svn.boost.org/trac10/ticket/9773#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Doug, I'm closing this since it works for me. </p> Ticket anonymous Mon, 30 Jun 2014 12:54:04 GMT <link>https://svn.boost.org/trac10/ticket/9773#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9773#comment:4</guid> <description> <p> The mentioned configuration lines are _not_ in 1.55.0 that this bug was filed against. </p> <p> If they are there in the repository now, then I take it that means it was fixed even before this bug was processed. </p> <p> If so, this will be fixed in the next release, but it's not fixed (or "works for me") in the current release. </p> </description> <category>Ticket</category> </item> </channel> </rss>