$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-01-14 08:33:14
> How would it be best to fix this?
OK, in the end the fixes were trivial: The boost version of cstdint.hpp and
it's test program now compiles in -pedantic -ansi mode with gcc (with
int64_t support enabled). I've also enabled native stdint.h support for
cygwin and mingw32, since these now supply this header.
John.