Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 54359 invoked from network); 26 Aug 2007 21:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2007 21:21:53 -0000 Received: (qmail 27814 invoked by uid 500); 26 Aug 2007 21:21:49 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 27804 invoked by uid 500); 26 Aug 2007 21:21:49 -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 27793 invoked by uid 99); 26 Aug 2007 21:21:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2007 14:21:49 -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; Sun, 26 Aug 2007 21:22:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E431F71403E for ; Sun, 26 Aug 2007 14:21:30 -0700 (PDT) Message-ID: <18844697.1188163290919.JavaMail.jira@brutus> Date: Sun, 26 Aug 2007 14:21:30 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-235) std::vector::iterators not symmetric In-Reply-To: <8275708.1151523689903.JavaMail.jira@brutus> 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-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-235: ----------------------------------- Assignee: Martin Sebor > std::vector::iterators not symmetric > ------------------------------------------ > > Key: STDCXX-235 > URL: https://issues.apache.org/jira/browse/STDCXX-235 > Project: C++ Standard Library > Issue Type: Bug > Components: 23. Containers > Environment: all > Reporter: Martin Sebor > Assignee: Martin Sebor > > Moved from the Rogue Wave bug tracking database: > ****Created By: sebor @ Jun 27, 2000 01:05:10 PM**** > Chichiang Wan wrote: > > > > Chichiang Wan wrote: > > > > > > Martin, > > > > > > Iterator relation operator support is missing for vector. Is > > > there a reason for that? > > > > > > > I mean for mixing iterator and const_iterator. > Well, getting the iterators working was quite a bit of work and we just ran out of time. (Also, given the chaos surrounding vector in general I didn't consider it as important as all the others.) I would recommend users to not use the class (#define _RWSTD_NO_VECTOR_BOOL). We will probably eventually rewrite vector and the iterators but I don't think it will happen anytime soon. I created incident #23164. > Martin > > > > -- Chichiang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.