Commit 53eabdcc authored by limingbo's avatar limingbo

test

parent 72103418
......@@ -25,7 +25,7 @@ bool TextIO::load()
getline(ifs, line);
vector<string> line_vec;
boost::split(line_vec, line, boost::is_any_of(range_), boost::token_compress_on);
parse_cb_(line_vec);
parse_cb_(line_vec, 0);
vector<string> lines;
while(getline(ifs, line)) {
lines.push_back(line);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment