Return-Path: Delivered-To: apmail-stdcxx-issues-archive@minotaur.apache.org Received: (qmail 93892 invoked from network); 5 Mar 2011 23:44:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Mar 2011 23:44:07 -0000 Received: (qmail 6227 invoked by uid 500); 5 Mar 2011 23:44:07 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 6201 invoked by uid 500); 5 Mar 2011 23:44:07 -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 6192 invoked by uid 99); 5 Mar 2011 23:44:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2011 23:44:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2011 23:44:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C23E457B43 for ; Sat, 5 Mar 2011 23:43:45 +0000 (UTC) Date: Sat, 5 Mar 2011 23:43:45 +0000 (UTC) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Message-ID: <1267180899.1310.1299368625777.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (STDCXX-1044) [LWG #109] add overloads to binder1st and binder2nd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/STDCXX-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-1044: --------------------------------- Description: Resolution to LWG #[109|http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#109] adds to {{binder1st}} and {{binder2nd}}, overloads of {{operator()}} that take a reference-to-nonconst, allowing use in iterations that modify the elements they are iterating over. This change already done in glibc++ and VC++ STL. 4-line change (2 places) in {{}}. (was: Resolution to LWG #109 adds to binder1st and binder2nd, overloads of operator() that take a reference-to-nonconst, allowing use in iterations that modify the elements they are iterating over. This change already done in glibc++ and VC++ STL. 4-line change (2 places) in .) Added a link, tweaked formatting. > [LWG #109] add overloads to binder1st and binder2nd > --------------------------------------------------- > > Key: STDCXX-1044 > URL: https://issues.apache.org/jira/browse/STDCXX-1044 > Project: C++ Standard Library > Issue Type: Bug > Components: 20. General Utilities > Affects Versions: 4.2.1 > Reporter: Al Grant > Priority: Minor > Original Estimate: 4h > Remaining Estimate: 4h > > Resolution to LWG #[109|http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#109] adds to {{binder1st}} and {{binder2nd}}, overloads of {{operator()}} that take a reference-to-nonconst, allowing use in iterations that modify the elements they are iterating over. This change already done in glibc++ and VC++ STL. 4-line change (2 places) in {{}}. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira