Boost C++ Libraries: Ticket #1225: Exact-sized Integer Type Selection Templates https://svn.boost.org/trac10/ticket/1225 <p> Mentioned in the description of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/653" title="#653: Patches: [integer] add support for integers longer than long (closed: fixed)">#653</a>, class templates <code>int_exact_t</code> and <code>uint_exact_t</code> can be added to the "boost/integer.hpp" header. They would act like the <code>int_t</code> and <code>uint_t</code> templates, except that they would be defined only when the given bit count matches one of the built-in integer types. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1225 Trac 1.4.3 Daryle Walker Tue, 15 Jul 2008 09:59:23 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1225#comment:1 https://svn.boost.org/trac10/ticket/1225#comment:1 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/47434" title="Added exact-integer templates, which fixes #1225 (and completes #653)">[47434]</a>) Added exact-integer templates, which fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1225" title="#1225: Feature Requests: Exact-sized Integer Type Selection Templates (closed: fixed)">#1225</a> (and completes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/653" title="#653: Patches: [integer] add support for integers longer than long (closed: fixed)">#653</a>) </p> Ticket anonymous Mon, 23 Nov 2009 16:50:15 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/1225#comment:2 https://svn.boost.org/trac10/ticket/1225#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> This one got reverted as the code was never released. </p> Ticket John Maddock Thu, 26 Nov 2009 11:08:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1225#comment:3 https://svn.boost.org/trac10/ticket/1225#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/57941" title="Added support for exact width integer type to int_t and uint_t Updated ...">[57941]</a>) Added support for exact width integer type to int_t and uint_t Updated docs to match. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1225" title="#1225: Feature Requests: Exact-sized Integer Type Selection Templates (closed: fixed)">#1225</a>. </p> Ticket