Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk