Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 59130 invoked from network); 29 Feb 2008 22:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 22:09:04 -0000 Received: (qmail 42474 invoked by uid 500); 29 Feb 2008 22:08:59 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 42451 invoked by uid 500); 29 Feb 2008 22:08:59 -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 42437 invoked by uid 99); 29 Feb 2008 22:08:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 14:08:59 -0800 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, 29 Feb 2008 22:08:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0FC3F234C068 for ; Fri, 29 Feb 2008 14:07:51 -0800 (PST) Message-ID: <175441241.1204322871060.JavaMail.jira@brutus> Date: Fri, 29 Feb 2008 14:07:51 -0800 (PST) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-689) [LWG #280] std::reverse_iterator missing template assignment operator 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-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-689: -------------------------------- Attachment: stdcxx-689.patch Added patch. > [LWG #280] std::reverse_iterator missing template assignment operator > --------------------------------------------------------------------- > > Key: STDCXX-689 > URL: https://issues.apache.org/jira/browse/STDCXX-689 > Project: C++ Standard Library > Issue Type: Bug > Components: 24. Iterators > Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0 > Reporter: Martin Sebor > Assignee: Travis Vitek > Priority: Trivial > Fix For: 4.2.1 > > Attachments: stdcxx-689.patch > > Original Estimate: 2h > Remaining Estimate: 2h > > LWG Issue 280 added a template assignment operator to reverse_iterator: > http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#280 > It doesn't look like we ever added the function. > I'm having trouble coming up with a test case that would reveal its absence so this is just a placeholder to remind us to look into this in more detail to make sure the function really is needed (if not, there's no need to complicate the interface of the template). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.