$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-15 14:27:03
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