From: John Maddock (john_at_[hidden])
Date: 2005-06-24 11:13:47


>> But where would you need this ?
>
> To implement int_fast_t?
>
> http://www.boost.org/libs/integer/integer.htm

Sorry, but why do you need it for that? the only choices for int_fast_t
are:

    int

or

    some type wider than int that happens to be "faster" on the platform in
question.

Still trying to understand what this ones for... John.