Re: [Boost-bugs] [Boost C++ Libraries] #13085: Bad command line escaping for Windows shell

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13085: Bad command line escaping for Windows shell
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-06-20 08:58:01


#13085: Bad command line escaping for Windows shell
-----------------------------------+---------------------
  Reporter: Salamandar <felix@…> | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: process
   Version: Boost 1.64.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------+---------------------

Comment (by Salamandar <felix@…>):

 EDIT:
 * I *need* the double-quotes because the string contains spaces.
 * sorry for the bad formatting, but I can't edit the issue now.
 * the lines contents are :
   * {{{ boost::replace_all(st, "\"", "\\\""); }}}
   * {{{ boost::replace_all(arg, "\"", "\\\""); }}}
   * {{{ boost::replace_all(arg, L"\"", L"\\\""); }}}

--
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13085#comment:1>
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-06-20 09:01:52 UTC