mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Merge remote-tracking branch 'origin/master' into improvement/throw_on_error
This commit is contained in:
@@ -203,7 +203,7 @@ private:
|
||||
////////////////
|
||||
|
||||
const split_data& resplit(line_ptr_type new_line, ssize_t new_size,
|
||||
const std::string& delim = default_delimiter) {
|
||||
const std::string& delim) {
|
||||
return splitter_.resplit(new_line, new_size, delim);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user