Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20596/include/cpput
Modified Files:
testsuite.h
Log Message:
* added CppTL:SmallMap, a std::map like container that use a sorted vector to hold item.
Index: testsuite.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/testsuite.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** testsuite.h 12 Nov 2005 20:55:46 -0000 1.8
--- testsuite.h 5 Jun 2006 12:02:56 -0000 1.9
***************
*** 48,52 ****
private:
! typedef std::deque<TestPtr> Tests;
Tests tests_;
};
--- 48,52 ----
private:
! typedef std::deque<TestPtr> Tests;
Tests tests_;
};
|