20 Dec
2005
20 Dec
'05
12:01 a.m.
Hi, I have a type_info related problem when using boost::function on a platform that does not support rtti. boost\function\function_base.hpp(315) : error C2039: 'type_info' : is not a member of 'std' Does boost function provide something similar to the rtti policy in serialization ? How can I get around this ? Cheers, Jacques