Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 68209 invoked from network); 29 Feb 2008 22:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 22:30:58 -0000 Received: (qmail 77985 invoked by uid 500); 29 Feb 2008 22:30:54 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 77968 invoked by uid 500); 29 Feb 2008 22:30:53 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 77956 invoked by uid 99); 29 Feb 2008 22:30:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 14:30:53 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 22:30:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64184234C073 for ; Fri, 29 Feb 2008 14:29:51 -0800 (PST) Message-ID: <1097925584.1204324191408.JavaMail.jira@brutus> Date: Fri, 29 Feb 2008 14:29:51 -0800 (PST) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-602) remove std::stringbuf::_C_grow() 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-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.