$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ray Hilton (RayHilton_64_at_[hidden])
Date: 2003-10-21 14:25:46
Fixed it now.
STLports <typeinfo> seems to be defunct, not injecting type_info to
namespace _STL properly. Which is what spirit wants
to include. STLPorts <typeinfo.h> however does. <typeinfo> won't do anything
if <typeinfo.h> was already included. I just included
<typeinfo.h> first.
Hopefully, that hack don't blow up one day :)
Ray