
1 Nov
2004
1 Nov
'04
3:17 p.m.
Hi Neal,
Any suggestion on how to implement the common gnu idiom:
--switch and --no-switch?
bool_switch seems perfect for implementing --switch, but what about --no-switch (which should set switch_value to false)?
What do you think about the approach in examples/custom_syntax.cpp? - Volodya