Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk