Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 2334 invoked from network); 4 Jun 2008 20:42:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 20:42:09 -0000 Received: (qmail 69200 invoked by uid 500); 4 Jun 2008 20:42:12 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 69178 invoked by uid 500); 4 Jun 2008 20:42:12 -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 69164 invoked by uid 99); 4 Jun 2008 20:42:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 13:42:11 -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 20:41:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0FB3B234C12E for ; Wed, 4 Jun 2008 13:41:45 -0700 (PDT) Message-ID: <653207328.1212612105049.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 13:41:45 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-960) Implement C++0x reference wrappers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Implement C++0x reference wrappers ---------------------------------- Key: STDCXX-960 URL: https://issues.apache.org/jira/browse/STDCXX-960 Project: C++ Standard Library Issue Type: New Feature Components: 20. General Utilities Reporter: Eric Lemings Fix For: 5.0 This library implements utilities that encapsulate references to functions and data objects. The specification for this library is contained in Chapter 20.5.5 [refwrap] of the C++ draft standard. It is part of the specification for function objects. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.