Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 23357 invoked from network); 14 Mar 2007 18:38:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 18:38:53 -0000 Received: (qmail 45831 invoked by uid 500); 14 Mar 2007 18:38:49 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 45820 invoked by uid 500); 14 Mar 2007 18:38: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 45793 invoked by uid 99); 14 Mar 2007 18:38:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 11:38:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 11:38:39 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l2EIcDxI008476 for ; Wed, 14 Mar 2007 18:38:13 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Mar 2007 12:38:03 -0600 Message-ID: <45F84F25.2030608@roguewave.com> Date: Wed, 14 Mar 2007 12:38:13 -0700 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [jira] Closed: (STDCXX-16) __rb_tree::operator=() does not store rhs' comparison object in lhs References: <7BDB2168BEAEF14C98F1901FD2DE64384E243A@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE64384E243A@epmsa009.minsk.epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Mar 2007 18:38:03.0687 (UTC) FILETIME=[E66C4B70:01C76667] X-Virus-Checked: Checked by ClamAV on apache.org Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:sebor@roguewave.com] >> Sent: Wednesday, March 14, 2007 8:44 PM >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: [jira] Closed: (STDCXX-16) >> __rb_tree::operator=() does not store rhs' comparison object in lhs >> >> Farid Zaripov (JIRA) wrote: >>> [ >>> >> https://issues.apache.org/jira/browse/STDCXX-16?page=com.atlassian.jir >>> a.plugin.system.issuetabpanels:all-tabpanel ] >>> >>> Farid Zaripov closed STDCXX-16. >>> ------------------------------- >>> >>> >>>> __rb_tree::operator=() does not store rhs' comparison object in lhs >> Do we have a test in the test suite that exercises this? If >> not, the status should stay Resolved until one has been added. > I have added the test to the issue. Looks good. Unless there are objections to the regression test policy I just proposed please go ahead and commit it (I'd wait 24 hours before doing so to allow for feedback). Martin