$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-04-25 04:28:13
Hi Christopher,
> I was recently looking at doing something like this. I am interested
> in what you come up with.
Thanks for your interest. FYI, if you need it right now, you can
already use the first version I've posted in the previous mail. If I
take the "getting started" example in the docs, the only thing you
have to change once included my header is the store() line :
po::store(po::cgi_query_parser().options(desc).run(), vm);
Regards
Bruno