Boost C++ Libraries: Ticket #4159: program_options fails with similar parameter names https://svn.boost.org/trac10/ticket/4159 <p> Assume we have two parameters specified, namely myparam and myparam-other. If these are specified (with add_params()) in the given order, the parameter --myparam will be mistakenly assigned to myparam-other. If they are specified in reverse order, everything will be fine. I guess this is not the intended behavior. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4159 Trac 1.4.3 Vladimir Prus Wed, 28 Apr 2010 10:28:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4159#comment:1 https://svn.boost.org/trac10/ticket/4159#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> This is fixed in SVN trunk and release branch. </p> Ticket