$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] throw exception in boost
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-09-08 10:48:18
gj_uestc:
> Hi, all
>
> When I use boost_1_36 in intel compiler, I got such error "runtime
> support for RTTI is disabled".It seems like RTTI is used in exception.hpp.
> Is there a way to let me choose not use the exception.hpp?
For 1.36, use #define BOOST_EXCEPTION_DISABLE.