Subject: [Boost-users] Using threads without RTTI enabled
From: Rick Meier (rick.meier_at_[hidden])
Date: 2008-11-14 16:12:51


Is there some way to use threads without needing rtti? To be more
specific it looks like threads.hpp includes function_base.hpp and
lexical_cast.hpp. Both of these files reference typeid. Is there
something I can do to get around this?

Thanks
Rick M