[Cppunit-devel] MSVC++ 6.0 warnings
Brought to you by:
blep
From: <bob...@ya...> - 2001-09-04 23:30:50
|
When I build the CVS HEAD version of CppUnit using MSVC++ 6.0, I get some warnings in TestFactoryRegistry.cpp. These appear to have been introduced in version 1.4 of Portability.h, when the OStringStream class was added, as there is now a <string> #include prior to the VC++ #pragma disable. At the same time, version 1.11 of TestFactoryRegistry.cpp moved <utility> above <CppUnit/Portability.h>, which causes the same problem. For the VC++ build at least, the <utility> #include doesn't seem to be needed in that CPP and can safely be removed. Hope that's helpful. Cheers, Bob ===== e-mail: bo...@su... website: http://www.summerwill.net ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie |