[Compbench-devel] CompBenchmarks++/System System-Cygwin.h,1.1,1.2
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-11-01 10:30:57
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18150 Modified Files: System-Cygwin.h Log Message: Split() moved into CBMSystem. Index: System-Cygwin.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/System-Cygwin.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** System-Cygwin.h 25 Sep 2006 15:26:39 -0000 1.1 --- System-Cygwin.h 1 Nov 2006 10:30:53 -0000 1.2 *************** *** 21,28 **** private: std::string cache; - - virtual std::string Split(const std::string& str, - const std::string& delim, - int wantedIndex); protected: public: --- 21,24 ---- |