$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Aljaz (aljaz.fajmut_at_[hidden])
Date: 2008-08-03 21:03:40
Hello
I've been wondering how its possible to call a notifier function with an
option that doesnt require arguments.
Something like:
po::options_description desc("Allowed options");
desc.add_options()
("help", po::value<>()->notifier(&_help_function), "produce help
message");
Whats the proper way of doing this?
Many thanks in advance
Aljaz