$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How to find: best integer type for processor
From: Rodrigo Madera (rodrigo.madera_at_[hidden])
Date: 2008-10-30 12:12:59
>
> typedef boost::int_t<sizeof(void*) * 8>::fast fastint_t;
>
Nice, but why isn't this part of the standard distribution as a "word_t" or
something?
Just curious why it's not there already.
Rodrigo