[program_options] how to use case_insensitive

I am using Boost 1.33.0 and MS Visual Studio .NET 2003
(13.10.3077) and having trouble developing a simple
Win32 console application that accepts case-insensitive
command-line options.
-- output ----------------------------------
..\>app -n 2
BOOST_PROGRAM_OPTIONS_VERSION=2
count set to 2
..\>app -N 2
BOOST_PROGRAM_OPTIONS_VERSION=2
Exception caught: unknown option -N
--------------------------------------------
-- code ------------------------------------
#include

On Tue, 8 Nov 2005, Lawry, Brian wrote:
[snip]
I looked in the source code, and it seems that this feature is not yet implemented. -- François Duranleau LIGUM, Université de Montréal "Any sufficiently advanced technology is indistinguishable from magic" - Arthur C. Clarke
participants (3)
-
François Duranleau
-
Lawry, Brian
-
Vladimir Prus