From: Igor R (boost.lists_at_[hidden])
Date: 2008-07-11 19:06:20


Does it compile if you define BOOST_NO_TYPEID ?

> My question is why I need to enable 'rtti' in order to use boost shared_ptr ?

IIRC, get_deleter() function uses typeid(), which is unavailable in your case.