$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2007-04-12 04:26:41
Stefan Seefeld wrote:
> The above error looks bizarre, since the two definitions stem from the same
> location. Indeed, looking at boost/pending/stringtok.hpp in CVS HEAD, it appears
> the file is missing header guards, so any duplicate inclusion (directly or indirectly)
> will cause the above error.
> Note that this is totally unrelated to the subject of your mail, i.e. this is
> not a compatibility issue. VC++ should actually complain, too.
>
Possibly he's using a 1.33.1 release on Windows and a CVS version on Linux.
Sebastian Redl