You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please improve the parser of the stream-utils library.
Currently, it works for whitespace-separated values.
It should work with ',' or any other specified separator (e.g. "-", ";").
For example:
value,value, value ,value
This is a very important issue.
Probably before or after of the error checking issue.
Pls ensure it works for STL containers (vector, list, and set at least).
Note that phyloloc depends on this library, ensure it still works afterwards,
and also enjoys of the new functionality (currently, location failes are
whitespace-separated, and should be comma-separated).
Original issue reported on code.google.com by [email protected] on 2 Jan 2012 at 3:47
The text was updated successfully, but these errors were encountered:
Just provide basic delimiting functionality, as a symmetric counterpart of the
output part, by using the delimiter argument of getline.
Nothing fancy, just use ::getline.
Original issue reported on code.google.com by
[email protected]
on 2 Jan 2012 at 3:47The text was updated successfully, but these errors were encountered: