[C++-sig] Re: MSVC7.1 warnings with indexing_suite
Raoul Gough
RaoulGough at yahoo.co.uk
Sat Oct 11 13:34:07 CEST 2003
"Niall Douglas" <s_sourceforge at nedprod.com> writes:
> Easy to fix these:
>
> d:\Tornado\TClient\boost\boost\python\suite\indexing\container_proxy.h
> pp(68) : warning C4099: 'boost::python::indexing::proxy_iterator' :
> type name first seen using 'struct' now seen using 'class'
[snip]
Thanks for pointing this out. I must admit, I don't see what the point
of this warning is, but I've fixed it in the CVS anyway. MSVC now
compiles testlinear.cpp (almost) silently at /W3. Only warning is
this:
d:\CVS\boost\boost\libs\python\test\IntWrapper.hpp(139) : warning
C4800: 'int' : forcing value to bool 'true' or 'false' (performance
warning)
--
Raoul Gough.
(setq dabbrev-case-fold-search nil)
More information about the Cplusplus-sig
mailing list