8 Sep
2008
8 Sep
'08
2:48 p.m.
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.