Hi,

boost-1.32.0-6

I've tried to find in the program_options docs how to specify a regular boolean switch. If I use <bool>, it still demand putting something

That's what I would like to have
./prog -t

and not
./prog -t1

Right now, when using <bool> it will throw an exception if I'm not using the -t1 notation.

Am I missing here something?

Thanks,
Kobi.