From issues-return-2123-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Jun 04 21:54:09 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 47198 invoked from network); 4 Jun 2008 21:54:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 21:54:08 -0000 Received: (qmail 81022 invoked by uid 500); 4 Jun 2008 21:54:09 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 80988 invoked by uid 500); 4 Jun 2008 21:54:09 -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 80961 invoked by uid 99); 4 Jun 2008 21:54:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 14:54:08 -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; Wed, 04 Jun 2008 21:53:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3BC5D234C13A for ; Wed, 4 Jun 2008 14:53:45 -0700 (PDT) Message-ID: <1978738028.1212616425243.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 14:53:45 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Deleted: (STDCXX-962) Implement C++0x fixed-size arrays 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-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lemings deleted STDCXX-962: -------------------------------- > Implement C++0x fixed-size arrays > --------------------------------- > > Key: STDCXX-962 > URL: https://issues.apache.org/jira/browse/STDCXX-962 > Project: C++ Standard Library > Issue Type: New Feature > Reporter: Eric Lemings > > This library implements a class template for encapsulating fixed-size arrays of values. The specification for this library is contained in section 23.2.1 [array] of the C++ draft standard. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.