$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost][program-options] Original position of an argument in command-line.
From: Germán Diago (germandiago_at_[hidden])
Date: 2011-05-09 08:43:03
Hi all. I have a question regarding boost.program_options.
I want to parse a command-line but I want to know the order in which
each option appeared in the
command line. Is this possible? Thanks in advance.