Boost C++ Libraries: Ticket #2385: [bcp] Deal with trailing options in the command line. https://svn.boost.org/trac10/ticket/2385 <p> If the last argument to bcp is an option, then the last argument that isn't an option should probably be treated as the destination directory. The attached patch implements this. It's a bit of a hack though. </p> <p> This recently caught out a user: </p> <p> <a class="ext-link" href="http://lists.boost.org/boost-users/2008/10/41126.php"><span class="icon">​</span>http://lists.boost.org/boost-users/2008/10/41126.php</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2385 Trac 1.4.3 Daniel James Mon, 06 Oct 2008 22:00:02 GMT attachment set https://svn.boost.org/trac10/ticket/2385 https://svn.boost.org/trac10/ticket/2385 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bcp.patch</span> </li> </ul> Ticket John Maddock Tue, 07 Oct 2008 09:29:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2385#comment:1 https://svn.boost.org/trac10/ticket/2385#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/49162" title="Fixes #2386. Removed trailing / from boost path. Fixes #2385. ...">[49162]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2386" title="#2386: Bugs: [bcp] Support trailing slashes in the boost path (closed: fixed)">#2386</a>. Removed trailing / from boost path. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2385" title="#2385: Bugs: [bcp] Deal with trailing options in the command line. (closed: fixed)">#2385</a>. Handles all positional args separately from named args. </p> Ticket