$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gfsdjkgf_at_[hidden]
Date: 2008-08-02 12:20:18
Hello,
my applications takes two multitoken options via command line. Unfortunately the boost's program options does only allow one multitoken. After the inital multitoken initalizer, any other "initializer" are ingored.
test --multitoken_option1 a b c d e f --multitoken_option2 a b c d e
<---multitoken_option2 and any other command line options after --multitoken_option are ignored.
What can I do?
Thank you