$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-02-16 03:10:12
Tom Widmer wrote:
> 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[]?
Indeed, that works, and I've committed such change.
- Volodya