You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/01/29 16:59:34 UTC

[jira] Assigned: (STDCXX-548) add an internal header for __rw::__rw_get_stdio_fmat()

     [ https://issues.apache.org/jira/browse/STDCXX-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov reassigned STDCXX-548:
------------------------------------

    Assignee: Farid Zaripov

> add an internal header for __rw::__rw_get_stdio_fmat()
> ------------------------------------------------------
>
>                 Key: STDCXX-548
>                 URL: https://issues.apache.org/jira/browse/STDCXX-548
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>         Environment: All.
>            Reporter: Martin Sebor
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The __rw::__rw_get_stdio_fmat() function (and perhaps some others) defined in src/punct.cpp and declared as well as used in both num_get.cpp and num_put.cpp. Changing the function signature involves changing three places instead of two, which is error-prone. See http://svn.apache.org/viewvc?rev=574738&view=rev and http://svn.apache.org/viewvc?rev=574422&view=rev for an example where this caused breakage.
> The function (and any other such examples) should be declared in a header to prevent such incidents.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.