Opened 15 years ago

Closed 13 years ago

#1225 closed Feature Requests (fixed)

Exact-sized Integer Type Selection Templates

Reported by: Daryle Walker Owned by: Daryle Walker
Milestone: To Be Determined Component: integer
Version: Severity: Not Applicable
Keywords: Cc:

Description

Mentioned in the description of #653, class templates int_exact_t and uint_exact_t can be added to the "boost/integer.hpp" header. They would act like the int_t and uint_t templates, except that they would be defined only when the given bit count matches one of the built-in integer types.

Change History (3)

comment:1 by Daryle Walker, 14 years ago

Resolution: fixed
Status: newclosed

(In [47434]) Added exact-integer templates, which fixes #1225 (and completes #653)

comment:2 by anonymous, 13 years ago

Resolution: fixed
Status: closedreopened

This one got reverted as the code was never released.

comment:3 by John Maddock, 13 years ago

Resolution: fixed
Status: reopenedclosed

(In [57941]) Added support for exact width integer type to int_t and uint_t Updated docs to match. Fixes #1225.

Note: See TracTickets for help on using tickets.