Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 86809 invoked from network); 12 May 2006 20:20:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2006 20:20:42 -0000 Received: (qmail 92708 invoked by uid 500); 12 May 2006 20:20:32 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 92638 invoked by uid 500); 12 May 2006 20:20:32 -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 92591 invoked by uid 99); 12 May 2006 20:20:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 13:20:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 13:20:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB354714291 for ; Fri, 12 May 2006 20:20:08 +0000 (GMT) Message-ID: <26320452.1147465208698.JavaMail.root@brutus> Date: Fri, 12 May 2006 20:20:08 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-145) [Sun C++ 5.8 Patch 121017-01 2005/12/11] overloading ambiguity in __rb_tree In-Reply-To: <980396499.1139966680102.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-145?page=all ] Martin Sebor reassigned STDCXX-145: ----------------------------------- Assign To: Martin Sebor > [Sun C++ 5.8 Patch 121017-01 2005/12/11] overloading ambiguity in __rb_tree > --------------------------------------------------------------------------- > > Key: STDCXX-145 > URL: http://issues.apache.org/jira/browse/STDCXX-145 > Project: C++ Standard Library > Type: Improvement > Components: 23. Containers > Versions: 4.1.3 > Environment: Sun C++ 5.8 Patch 121017-01 2005/12/11 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.1.4 > > From a thread starting at: > http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/200602.mbox/%3c20060214162358.34245.qmail@web82210.mail.mud.yahoo.com%3e > and continuing here: > http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/200602.mbox/%3c20060214195904.2256.qmail@web82204.mail.mud.yahoo.com%3e > The overloads of __rb_tree::_C_make_iter() seem to be causing an ambiguity with this particular patch of the compiler on Solaris/SPARC. There's nothing wrong with them but the const qualifier on the function argument is redundant and since, according to the reporter, it fixes the ambiguity we should get rid of them. See also this followup: > http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/200602.mbox/%3c43F242AD.2060504@roguewave.com%3e -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira