Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 68670 invoked from network); 11 Jul 2008 22:47:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 22:47:22 -0000 Received: (qmail 55969 invoked by uid 500); 11 Jul 2008 22:47:22 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 55948 invoked by uid 500); 11 Jul 2008 22:47:22 -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 55937 invoked by uid 99); 11 Jul 2008 22:47:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 15:47:22 -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; Fri, 11 Jul 2008 22:46:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F622234C169 for ; Fri, 11 Jul 2008 15:46:31 -0700 (PDT) Message-ID: <1117316158.1215816391637.JavaMail.jira@brutus> Date: Fri, 11 Jul 2008 15:46:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Issue Comment Edited: (STDCXX-32) implement C++ 0x containers 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-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613013#action_12613013 ] sebor edited comment on STDCXX-32 at 7/11/08 3:45 PM: ------------------------------------------------------------- Changed Summary to clarify that we're going to be implementing the C++ 0x containers (i.e., class templates {{array}} and {{forward_list}} and the unordered associative containers, {{unordered_map}}, {{unordered_multimap}}, {{unordered_set}}, and {{unordered_multiset}}), and not those specified in the Technical Report. Scheduled for 4.3.0. was (Author: sebor): Changed Summary to clarify that we're going to be implementing the C++ 0x containers (i.e., class template {{forward_list}} and the unordered associative containers, {{unordered_map}}, {{unordered_multimap}}, {{unordered_set}}, and {{unordered_multiset}}), and not those specified in the Technical Report. Scheduled for 4.3.0. > implement C++ 0x containers > --------------------------- > > Key: STDCXX-32 > URL: https://issues.apache.org/jira/browse/STDCXX-32 > Project: C++ Standard Library > Issue Type: Sub-task > Components: TR1.6 - Containers > Environment: All > Reporter: Martin Sebor > Fix For: 4.3.0 > > > This is a placeholder task to implement the C++ Standard Library extensions described in the Containers section of the Technical Report on C++ Library Extensions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.