$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [program_options]
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2010-03-04 16:09:17
Hi,
I tried using
bpo::options_description desc("Allowed options");
desc.add_options()
(HELP, "produce help message");
but this fails to compile because HELP is an std::string.
Isn't that a bit too restrictive?
-Thorsten