$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-03-26 08:58:06
Paul A. Bristow wrote:
> I was surprised to find that /Wp64 flag (detect 64-bit portability)
> means that std::size_t is 64 bit. This leds to a number of oddities
> that confused me. Is this perhaps causing your problem?
std::size_t is still 32 bit, /Wp64 generates warnings if the meaning of the
code could have changed had size_t been 64 bit.