diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2021-10-01 02:41:11 +0800 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2021-10-01 02:41:49 +0800 |
| commit | 40fd60a4743a9e587b197a3991bb5f7e451e6b8a (patch) | |
| tree | 6c2741434a6912648d4b3529b538a13631bd2945 /include/cppunit/config | |
| parent | 6e077ed0705d9bf67f1b643eec367d5815a589b2 (diff) | |
| download | cppunit-40fd60a4743a9e587b197a3991bb5f7e451e6b8a.tar.gz | |
get rid of old casting macros
Diffstat (limited to 'include/cppunit/config')
| -rw-r--r-- | include/cppunit/config/config-msvc6.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cppunit/config/config-msvc6.h b/include/cppunit/config/config-msvc6.h index 0edc059..ac03c89 100644 --- a/include/cppunit/config/config-msvc6.h +++ b/include/cppunit/config/config-msvc6.h @@ -47,9 +47,6 @@ # define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l):" #endif -// Define to 1 if the compiler support C++ style cast. -#define CPPUNIT_HAVE_CPP_CAST 1 - /* define to 1 if the compiler has _finite() */ #ifndef CPPUNIT_HAVE__FINITE #define CPPUNIT_HAVE__FINITE 1 |
