[Cppunit-cvs] cppunit2/include/cpptl config.h,1.12,1.13
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-03-05 13:11:33
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15160/include/cpptl Modified Files: config.h Log Message: * no std::wstring for gcc 2.95 Index: config.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/config.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** config.h 5 Mar 2005 12:21:07 -0000 1.12 --- config.h 5 Mar 2005 13:11:23 -0000 1.13 *************** *** 59,62 **** --- 59,63 ---- # define CPPTL_NO_SSTREAM 1 // No #include <sstream> # define CPPTL_NO_STL_SEQUENCE_AT 1 // No std::vector<>::at std::deque<>::at + # define CPPTL_NO_STD_WSTRING 1 # endif |