Opened 11 years ago
#6122 new Bugs
split_unix() strips an empty quoted string.
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
the split_unix() strips any empty string from input, e.g.:
input = "path_to_exec arg0 \"\" arg1"; result vector: [0] = "path_to_exec" [1] = "arg0" [2] = "arg1"
Note:
See TracTickets
for help on using tickets.