$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] throw exception in boost
From: gj_uestc (gj_uestc_at_[hidden])
Date: 2008-09-08 10:41:59
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? I remembered in boose_1_35 you have to defined Macro "BOOST_NO_EXCEPTIONS" then "exception.hpp" would be included, otherwise this file is not necessary.
Thanks
Juan