Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 13743 invoked from network); 17 Oct 2007 21:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 21:45:49 -0000 Received: (qmail 83315 invoked by uid 500); 17 Oct 2007 21:45:37 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 83296 invoked by uid 500); 17 Oct 2007 21:45:37 -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 83283 invoked by uid 99); 17 Oct 2007 21:45:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 14:45:37 -0700 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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; Wed, 17 Oct 2007 21:45:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9A75714208 for ; Wed, 17 Oct 2007 14:44:50 -0700 (PDT) Message-ID: <31107230.1192657490692.JavaMail.jira@brutus> Date: Wed, 17 Oct 2007 14:44:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (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 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: trunk Environment: all Reporter: Martin Sebor Priority: Trivial Fix For: 4.2.1 ...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.