
21 Oct
2003
21 Oct
'03
7:25 p.m.
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