From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21105 invoked by alias); 22 Jan 2004 08:45:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20797 invoked by uid 48); 22 Jan 2004 08:45:48 -0000 Date: Thu, 22 Jan 2004 08:45:00 -0000 Message-ID: <20040122084548.20796.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040122054858.13809.gianni@mariani.ws> References: <20040122054858.13809.gianni@mariani.ws> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13809] Template conversion operator reports ambiguity where none exists X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg02759.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-22 08:45 ------- Actually I did that on accident but the standard says it is only three (23.3): namespace std { template , class Allocator = allocator > class set; ... So it does not matter if I did or did not. The problem is still the same any ways. Also sometimes if this is rejected and it should be reject GCC can also produce the wrong error message. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |diagnostic Last reconfirmed|0000-00-00 00:00:00 |2004-01-22 08:45:46 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13809