$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-02-09 13:13:45
"Kevin Atkinson" <kevin_at_[hidden]> wrote
>
> parm_string is a special string class that is designed to be used as
> a parameter for a function that is expecting a string. It will allow
> either a "const char *" or "string" class to be passed in.
>
I just had this problem and your solution came at the right moment ;-)
Maybe this class can become part of "string algorithms" library.
/Pavel