[Cppunit-devel] MSVC6 has CPP_CAST
Brought to you by:
blep
From: <vin...@fr...> - 2005-07-25 08:55:09
|
In file include\cppunit\config\config-msvc6.h the following line should be added : #define CPPUNIT_HAVE_CPP_CAST 1 This is because Visual C++ 6.0 really supports C++-style casts. I've tested with Visual C++ 6.0 SP6. Vincent. |