From stdcxx-dev-return-6187-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Nov 20 18:08:08 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 91347 invoked from network); 20 Nov 2007 18:08:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 18:08:08 -0000 Received: (qmail 27427 invoked by uid 500); 20 Nov 2007 18:07:55 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 27413 invoked by uid 500); 20 Nov 2007 18:07:55 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 27393 invoked by uid 99); 20 Nov 2007 18:07:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 10:07:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 18:07:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E109E714233 for ; Tue, 20 Nov 2007 10:07:46 -0800 (PST) Message-ID: <27524169.1195582066919.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 10:07:46 -0800 (PST) From: "Farid Zaripov (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources. In-Reply-To: <14549818.1189811252238.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-557: --------------------------------- Attachment: terminate.patch The patch is attached. > Make definitions of std::terminate() consistent in all config test sources. > --------------------------------------------------------------------------- > > Key: STDCXX-557 > URL: https://issues.apache.org/jira/browse/STDCXX-557 > Project: C++ Standard Library > Issue Type: Improvement > Components: Configuration > Reporter: Eric Lemings > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.1 > > Attachments: terminate.patch > > > Many of the source files for the config tests (in etc/config/src directory) contain inconsistent definitions for the std::terminate() function. Suggest making them all consistent, ideally by creating a new file with a single definition that is included where needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.