Boost C++ Libraries: Ticket #3498: program_options::command_line_style::case_insensitive doesn't work https://svn.boost.org/trac10/ticket/3498 <p> It seems the case_insensitive option has been disabled since 2005. If it isn't coming back, perhaps it should be removed or commented out of the interface, as its existence there is misleading. At the very least, a "this doesn't work" comment should exist in cmdline.hpp </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3498 Trac 1.4.3 Sascha Ochsenknecht Sun, 06 Dec 2009 16:25:02 GMT <link>https://svn.boost.org/trac10/ticket/3498#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3498#comment:1</guid> <description> <p> Volodya, any special reason why this was removed/disabled? </p> <p> Cheers, Sascha </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Tue, 08 Dec 2009 14:37:02 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3498#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3498#comment:2</guid> <description> <p> Sascha, </p> <p> I don't recall intentionally removing this functionality. It probably has slipped while I was refactoring code. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Sascha Ochsenknecht</dc:creator> <pubDate>Thu, 10 Dec 2009 20:24:57 GMT</pubDate> <title>owner, status, milestone changed https://svn.boost.org/trac10/ticket/3498#comment:3 https://svn.boost.org/trac10/ticket/3498#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Vladimir Prus</span> to <span class="trac-author">Sascha Ochsenknecht</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.41.0</span> → <span class="trac-field-new">Boost 1.42.0</span> </li> </ul> Ticket Sascha Ochsenknecht Thu, 10 Dec 2009 20:28:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3498#comment:4 https://svn.boost.org/trac10/ticket/3498#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I reactivate the case insensitive code. Two additional style flags added: short_case_insensitive and long_case_insensitive (the existing case_insensitive flags is the combination of both). </p> <p> I'm going to add some more tests, but solution is already on trunk. </p> Ticket