[Boost-bugs] [Boost C++ Libraries] #6122: split_unix() strips an empty quoted string.

Subject: [Boost-bugs] [Boost C++ Libraries] #6122: split_unix() strips an empty quoted string.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-13 15:38:25


#6122: split_unix() strips an empty quoted string.
------------------------------+---------------------------------------------
 Reporter: pluto@… | Owner: vladimir_prus
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: program_options
  Version: Boost 1.47.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 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"
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6122>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC