$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-08-11 13:06:16
At 11:48 AM 8/11/2003, David Abrahams wrote:
>
>I'm not sure if this is intentional or not, but cstdint.hpp includes
>typedefs for things like uint32_t, but they're not documented. If
>uint32_t is meant to be an unsigned integer with exactly 32 bits,
>well, I need that and I don't see any other obvious way to get it.
That is supposed to be documented by the "Exact-width integer types"
paragraph in boost-root/libs/integer/cstdint.htm. If you think those docs
are lacking, please make whatever improvements you think helpful.
If questions arise as to the exact specification, the C99 standard (ISO/IEC
9899:1999) is the authority.
HTH,
--Beman