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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to