Boost C++ Libraries: Ticket #591: make portable stdint.h from boost code https://svn.boost.org/trac10/ticket/591 <pre class="wiki">There appears to be an industry-wide need for a good, portable stdint.h library, compatible with the C99 standard. boost.org has the knowledge to create such a header, based on their current stdint.hpp header and associated code. However, what is needed is a C-compatible version that could be used in any environment. boost.org would be doing developers a big favor if it could adapt its existing stdint.hpp header to a C-compatible C99 compliant stdint.h header. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/591 Trac 1.4.3 John Maddock Wed, 12 Dec 2007 09:32:16 GMT status, resolution, description changed; severity set https://svn.boost.org/trac10/ticket/591#comment:1 https://svn.boost.org/trac10/ticket/591#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">invalid</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/591?action=diff&amp;version=1">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> </ul> <p> I'm going to close this down for two reasons: </p> <ul><li>We don't support C. </li><li>Many platforms now ship with pretty good stdint.h implementations anyway. </li></ul><p> John Maddock. </p> Ticket