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 , 14 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 by , 13 years ago
| Resolution: | fixed | 
|---|---|
| Status: | closed → reopened | 
This one got reverted as the code was never released.
comment:3 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | reopened → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

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