
4 Mar
2010
4 Mar
'10
8:49 p.m.
Hi, Is there some way to say bpo::options_description desc("Allowed options"); desc.add_options() ("method", bpo::valuestd::string()->allowed_values("foo")("bar"), "" ) so I donøt have to reject the arguments manually? Thanks -Thorsten