$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2008-03-06 18:08:06
Alain Leblanc wrote:
> Well, I figured it out. The file 'string.h' also defines a basename()
> function. This is why my program was compiling with different argument
> types. From reading the description I should have noticed I was not
> using the function provided by boost.
I would hope you are not #including string.h you should be including
<string> which puts string in namespace std.
Jeff Flinn