drinkmystery / mili

Automatically exported from code.google.com/p/mili
Boost Software License 1.0
0 stars 0 forks source link

stream-utils for strings #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
vector<string> v
f >> v;

doesn't detect the separators properly.

Provide a specialization for strings.

Original issue reported on code.google.com by danielgutson@gmail.com on 8 Jun 2009 at 11:06

GoogleCodeExporter commented 9 years ago
Added the Separator() manipulator support for operator>>.

Original comment by danielgutson@gmail.com on 30 Aug 2009 at 10:25