This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: where did terminate() go?
- To: kunert at physik dot tu-dresden dot de, martin at loewis dot home dot cs dot tu-berlin dot de
- Subject: Re: where did terminate() go?
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Fri, 2 Jun 2000 10:49:16 -0400
- Cc: gcc-bugs at gcc dot gnu dot org
Thomas Kunert <kunert@physik.tu-dresden.de>:
> "Martin v. Loewis" wrote:
> >
> > terminate() did not go away, there is no such function in standard C++.
> >
> And what is 18.6.3.3 [lib.terminate] about, then?
std::terminate() :-)
Those extra five characters make all the difference in the world. At least,
in the linker's world.
Phil