$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2008-07-01 10:46:19
Using boost with RTTI disabled was recently discussed on the user
list, and I had a quick look into it. It seems that shared_ptr added
support for the BOOST_NO_TYPEID macro in 1.35:
http://svn.boost.org/trac/boost/ticket/1108
But because it now depends on the new exception library, which
requires RTTI, it no longer works. Would it be possible to support the
macro in Boost.Exception?
Daniel