You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2008/02/29 23:29:51 UTC

[jira] Updated: (STDCXX-602) remove std::stringbuf::_C_grow()

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

Travis Vitek updated STDCXX-602:
--------------------------------

    Fix Version/s:     (was: 4.2.1)
                   4.3

Updated fix version o 4.3

> remove std::stringbuf::_C_grow()
> --------------------------------
>
>                 Key: STDCXX-602
>                 URL: https://issues.apache.org/jira/browse/STDCXX-602
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: 27. Input/Output
>    Affects Versions: 4.2.0
>         Environment: all
>            Reporter: Martin Sebor
>            Assignee: Travis Vitek
>            Priority: Trivial
>             Fix For: 4.3
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> ...the function is inline and only called from std::stringbuf::str(). Removing it (by virtue of expanding its body into str()) will reduce the number of symbols "exported" from the library and decrease the risk of breaking binary compatibility (see STDCXX-142 and the discussion thread at http://www.nabble.com/difference-in-exported-symbols-between-4.1.3-and-4.2.0-15d-dll%27s-%28MSVC-7.1%29-tf4641636.html)

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