
8 Mar
2007
8 Mar
'07
2:47 p.m.
Aljaz wrote:
Hey Vladimir
I attached the whole code that does a crash.. Please take a look and let me know
("timeout,to", boost::program_options::value(&_timeout)->default_value(3), "desc 2"); Here, "to" is invalid. The part after "," is supposed to be short option name, which is supposed to be a single letter. It is presently not supported to have several long option spellings. - Volodya