This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: where did terminate() go?


> I _can_ work around this by writing my own terminate() function, but
> that's no fun :) I wish I knew where to start solving this problem.
> it seems as if somewhere the "namespace std" declaration is being lost,
> because the missing symbol is terminate__Fv.

Thanks for your bug report. This is a known problem, apply one of the
patches in

http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01552.html
http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01551.html

terminate() did not go away, there is no such function in standard C++.

Regards,
Martin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]