$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-07-03 20:10:03
At 03:10 PM 7/3/2001, helmut.zeisel_at_[hidden] wrote:
>But how do you portable specify the fastest word size?
>The answer might be different for a 16bit, 32bit, or a 64bit
>platform offering a long long type.
Sounds like cstdint.hpp needs:
intfast_t
uintfast_t
See http://www.boost.org/libs/integer/cstdint.htm
--Beman