$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Greene (greened_at_[hidden])
Date: 2006-02-15 10:48:31
How does one install a notifier for an option that does not have a
value? For example, if I have an option --foo and I want to call
foo_handler() when it is parsed, how do I do that? As far as I
can tell from the documentation the only way to install a notifier
is through a value_semantic, which doesn't apply here.
-Dave