From 9415e6166a3624e0e37eaaaf00e419df8347dba3 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sat, 30 Jul 2005 06:04:07 +0000 Subject: include/cppunit/config/config-msvc6.h: added missing macro definition CPPUNIT_HAVE_CPP_CAST. --- include/cppunit/config/config-msvc6.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/cppunit/config') diff --git a/include/cppunit/config/config-msvc6.h b/include/cppunit/config/config-msvc6.h index b2664e8..a1b0af2 100644 --- a/include/cppunit/config/config-msvc6.h +++ b/include/cppunit/config/config-msvc6.h @@ -61,6 +61,10 @@ # define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l):" #endif +// Define to 1 if the compiler support C++ style cast. +#define CPPUNIT_HAVE_CPP_CAST 1 + + // Uncomment to turn on STL wrapping => use this to test compilation. // This will make CppUnit subclass std::vector & co to provide default // parameter. -- cgit v1.2.1