
15 Jul
2008
15 Jul
'08
6:27 p.m.
AMDG Maximilian Matthe wrote:
Aljaz schrieb:
std::string s = "Field 1 \"putting quotes around fields, allows commas\",Field 3";
boost::escaped_list_separator<char> sep("\"\'", " ,;", "\"\'");
<snip>
I think what you want is: boost::escaped_list_separator<char> sep("\\", " ,;", "\"\'"); In Christ, Steven Watanabe