
4 Mar
2010
4 Mar
'10
9:09 p.m.
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