mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-12 17:35:35 +00:00
corrected own bug in strTo<T>
This commit is contained in:
parent
d11c6f725c
commit
a389e01aa0
@ -119,7 +119,7 @@ inline std::vector<Index> strTo<std::vector<Index>>(const std::string &str)
|
||||
while (!stream.eof())
|
||||
{
|
||||
stream >> buf;
|
||||
vbuf.push_back(buf);
|
||||
res.push_back(buf);
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user