$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tom Widmer (tom_usenet_at_[hidden])
Date: 2005-02-08 10:35:44
Vladimir Prus wrote:
> I don't have better solution than using non-const argument to
> parse_command_line. Maybe, this should go to FAQ?
How about taking a const char* const av[]?
Tom