Str
This commit is contained in:
@@ -405,7 +405,7 @@ void SplitStr(const std::string& strVal, std::vector<std::string> outVals)
|
||||
while ( ss >> str )
|
||||
{
|
||||
//outVals[numVals] = i;
|
||||
outVals.push_back(i);
|
||||
outVals.push_back(str);
|
||||
numVals += 1;
|
||||
|
||||
while ( ss.peek() == ' ' )
|
||||
|
||||
Reference in New Issue
Block a user