RE: [Boost-users] Re: shared_ptr compiler error with gcc

6 Nov
2003
6 Nov
'03
7:43 p.m.
amerio
I think you have disabled RTTI, so the call to typeid() does not work. There is a bug in 2.95.3 that causes it to fail rather than reporting this error in a helpful way: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3689. If you remove the option '-fno-rtti' from the compiler command line it should work.
7838
Age (days ago)
7838
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ben Hutchings