[ 
https://issues.apache.org/jira/browse/STDCXX-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543972
 ] 

Farid Zaripov commented on STDCXX-557:
--------------------------------------

2007-11-20 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.
        * DYNAMIC_CAST.cpp: Ditto.
        * EXCEPTIONS.cpp: Ditto.
        * FLOAT.cpp: Ditto.
        * GLOBAL_BAD_ALLOC.cpp: Ditto.
        * GLOBAL_BAD_CAST.cpp: Ditto.
        * GLOBAL_BAD_EXCEPTION.cpp: Ditto.
        * GLOBAL_BAD_TYPEID.cpp: Ditto.
        * GLOBAL_EXCEPTION.cpp: Ditto.
        * GLOBAL_UNCAUGHT_EXCEPTION.cpp: Ditto.
        * LIB_EXCEPTIONS.cpp: Ditto.
        * LIMITS.cpp: Ditto.
        * NEW_THROWS.cpp: Ditto.
        * OPERATOR_DELETE_ARRAY_PLACEMENT.cpp: Ditto.
        * OPERATOR_DELETE_PLACEMENT.cpp: Ditto.
        * OPERATOR_NEW_ARRAY_PLACEMENT.cpp: Ditto.
        * OPERATOR_NEW_PLACEMENT.cpp: Ditto.
        * STD_BAD_ALLOC.cpp: Ditto.
        * STD_BAD_CAST.cpp: Ditto.
        * STD_BAD_EXCEPTION.cpp: Ditto.
        * STD_BAD_TYPEID.cpp: Ditto.
        * STD_EXCEPTION.cpp: Ditto.
        * STD_UNCAUGHT_EXCEPTION.cpp: Ditto.
        * TYPE_INFO_DTOR.cpp: Ditto.


> 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.

Reply via email to