Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 45674 invoked from network); 22 Jul 2008 02:27:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 02:27:33 -0000 Received: (qmail 82615 invoked by uid 500); 22 Jul 2008 02:27:33 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 82591 invoked by uid 500); 22 Jul 2008 02:27:33 -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 82580 invoked by uid 99); 22 Jul 2008 02:27:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 19:27:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 22 Jul 2008 02:26:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8EF7A234C169 for ; Mon, 21 Jul 2008 19:26:31 -0700 (PDT) Message-ID: <782289870.1216693591571.JavaMail.jira@brutus> Date: Mon, 21 Jul 2008 19:26:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-1000) [LWG #755] add shrink_to_fit() to std::string and std::vector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [LWG #755] add shrink_to_fit() to std::string and std::vector ------------------------------------------------------------- Key: STDCXX-1000 URL: https://issues.apache.org/jira/browse/STDCXX-1000 Project: C++ Standard Library Issue Type: New Feature Components: 21. Strings, 23. Containers Reporter: Martin Sebor Fix For: 4.3.0 Library Working Group issue [755|http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#755] adds the new member function {{void shrink_to_fit()}} to class templates {{std::basic_string}} and {{std::vector}}. This change has been incorporated into the latest Working Paper and will be in C++ 0x. It's safe to implement in stdcxx 4.3.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.