Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 20334 invoked from network); 16 May 2007 16:05:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 16:05:37 -0000 Received: (qmail 51466 invoked by uid 500); 16 May 2007 16:05:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 51452 invoked by uid 500); 16 May 2007 16:05:43 -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 51433 invoked by uid 99); 16 May 2007 16:05:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 09:05:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 16 May 2007 09:05:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D6E7714072 for ; Wed, 16 May 2007 09:05:16 -0700 (PDT) Message-ID: <14067346.1179331516642.JavaMail.jira@brutus> Date: Wed, 16 May 2007 09:05:16 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-29) implement TR1 function objects In-Reply-To: <1151926776.1127150668519.JavaMail.jira@ajax.apache.org> 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-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496335 ] Martin Sebor commented on STDCXX-29: ------------------------------------ The Function Objects are: * result_of () * mem_fn () * Function object binders () * Function object wrappers () > implement TR1 function objects > ------------------------------ > > Key: STDCXX-29 > URL: https://issues.apache.org/jira/browse/STDCXX-29 > Project: C++ Standard Library > Issue Type: Sub-task > Components: TR1.3 - Function Objects > Affects Versions: 4.1.2 > Environment: All > Reporter: Martin Sebor > > This is a placeholder task to implement the C++ Standard Library extensions described in the Function Objects 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.