Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-01-16 14:34:41


Robert Ramey wrote:
> To do this, I compiled the libraries with vc 7.1 with 64 bit
> portability turned on. I really only got a few messages - maybe a
> score - certainly not thousands. So I may be missing something.

Is it possible that you used warning level 3? I use /W4 and building the
library generated quite a number of warnings. This wouldn't normally be a
problem as the library is built once, except that I missed the "using RTTI
without /GR" warnings and got mysterious failures afterwards. ;-)


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