mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01: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())
|
while (!stream.eof())
|
||||||
{
|
{
|
||||||
stream >> buf;
|
stream >> buf;
|
||||||
vbuf.push_back(buf);
|
res.push_back(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user