diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-02-18 19:45:44 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-02-18 19:45:44 +0000 |
| commit | b11bd9019deef39ed969fab8b85771946b83d17b (patch) | |
| tree | 2f1a67e989f7e7c4329a1efc2c8887a4fc916caf /include/cppunit | |
| parent | 90869fe73c518e3135906cd5648834366ada4299 (diff) | |
| download | cppunit-b11bd9019deef39ed969fab8b85771946b83d17b.tar.gz | |
Configure.
configure.in:
* config/ax_cxx_gcc_abi_demangle.m4:
* src/cppunit/TypeInfoHelper.cpp: added patch from
Neil Ferguson <nferguso@eso.org> to use gcc c++ abi to demangle typeinfo
name when available.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/extensions/TypeInfoHelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cppunit/extensions/TypeInfoHelper.h b/include/cppunit/extensions/TypeInfoHelper.h index 4ee9e86..8dad4f5 100644 --- a/include/cppunit/extensions/TypeInfoHelper.h +++ b/include/cppunit/extensions/TypeInfoHelper.h @@ -7,7 +7,6 @@ #include <typeinfo> - CPPUNIT_NS_BEGIN |
