$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Kerner, Jacques (jkerner_at_[hidden])
Date: 2005-12-19 19:01:52
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