stdcxx-dev  

RE: svn commit: r597111 - /incubator/stdcxx/branches/4.2.x/etc/config/src/

Farid Zaripov
Wed, 21 Nov 2007 08:58:59 -0800

> -----Original Message-----
> From: Martin Sebor [EMAIL PROTECTED] 
> Sent: Wednesday, November 21, 2007 6:33 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: Re: svn commit: r597111 - 
> /incubator/stdcxx/branches/4.2.x/etc/config/src/
> 
> [EMAIL PROTECTED] wrote:
> > Author: faridz
> > Date: Wed Nov 21 07:23:43 2007
> > New Revision: 597111
> > 
> > URL: http://svn.apache.org/viewvc?rev=597111&view=rev
> > Log:
> > 2007-11-21 Farid Zaripov <[EMAIL PROTECTED]>
> > 
> >     STDCXX-557
> >     * terminate.h: New header file with a definition of the 
> std::terminate().
> >     * BAD_ALLOC_ASSIGNMENT.cpp (terminate): Function removed,
> >     #included "terminate.h" instead.
> 
> Too bad we can't move the preprocessor logic to the header too...

  I think it's not so difficult to update the configure scripts
to look into the #included headers.

Farid.