Boost C++ Libraries: Ticket #8968: Solaris 11.1 cstdint.hpp patch https://svn.boost.org/trac10/ticket/8968 <p> Using inttypes.h at cstdint.hpp when building in Solaris 11.1 fixes ambiguous references. </p> <p> I used </p> <pre class="wiki">"|| defined(__sun__)" </pre><blockquote> <p> at lines 54 and 140. </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8968 Trac 1.4.3 janne.ramstedt@… Mon, 05 Aug 2013 19:46:08 GMT <link>https://svn.boost.org/trac10/ticket/8968#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8968#comment:1</guid> <description> <p> Fixed formatting. </p> <p> I used </p> <pre class="wiki">|| defined(__sun__) </pre><p> at lines 54 and 140. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 10 Aug 2013 07:29:40 GMT</pubDate> <title>component, description changed; owner set https://svn.boost.org/trac10/ticket/8968#comment:2 https://svn.boost.org/trac10/ticket/8968#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Daryle Walker</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">integer</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/8968?action=diff&amp;version=2">diff</a>) </li> </ul> Ticket viboes Sun, 25 Jan 2015 15:24:51 GMT owner, component changed https://svn.boost.org/trac10/ticket/8968#comment:3 https://svn.boost.org/trac10/ticket/8968#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Daryle Walker</span> to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">integer</span> → <span class="trac-field-new">config</span> </li> </ul> <p> This is for Boost.Config boost/config/include/boost/cstdint.hpp </p> Ticket John Maddock Mon, 23 Feb 2015 12:51:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8968#comment:4 https://svn.boost.org/trac10/ticket/8968#comment:4 <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> This is fixed in current develop I believe. </p> Ticket