[Cppunit-cvs] cppunit2/include/cpput typehelper.h,1.2,1.3
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-23 21:43:53
|
Update of /cvsroot/cppunit/cppunit2/include/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29937/include/cpput Modified Files: typehelper.h Log Message: * reindented Index: typehelper.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpput/typehelper.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** typehelper.h 15 Nov 2004 08:28:51 -0000 1.2 --- typehelper.h 23 Feb 2005 21:43:44 -0000 1.3 *************** *** 12,16 **** namespace Impl { inline std::string CPPUT_API extractTypeId( const std::type_info &type, ! const char *hint ) { // VC6 define the macro _CPPRTTI when RTTI is enabled. Is that standard & portable ? --- 12,16 ---- namespace Impl { inline std::string CPPUT_API extractTypeId( const std::type_info &type, ! const char *hint ) { // VC6 define the macro _CPPRTTI when RTTI is enabled. Is that standard & portable ? |