$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2006-08-21 15:27:54
Yes, I think there is. You can specify the commandline style with
boost::program_options::command_line_style::style_t (cf. documentation)
HTH,
Chris
On Thursday 17 August 2006 04:29, Simon Reye wrote:
> Is there any way to support the Microsoft 'standard' for command line
> options i.e '/' instead of '-'. We've got legacy code that requires
> command line options to be in this format while at the same time
> attempting to implement boost in a lot of our new code.
>
> Simon