fix VC7 warnings

This commit is contained in:
Chris Danford
2004-11-08 06:16:22 +00:00
parent 2fc38be71c
commit ec4090a3eb
7 changed files with 21 additions and 30 deletions
-5
View File
@@ -302,11 +302,6 @@ static int DelimitorLength( const S &Delimitor )
return Delimitor.size();
}
static int DelimitorLength( char Delimitor )
{
return 1;
}
template <class S, class C>
void do_split( const S &Source, const C Delimitor, vector<S> &AddIt, const bool bIgnoreEmpty )
{