From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5631 invoked by alias); 3 Jun 2003 12:42:15 -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 5565 invoked by uid 48); 3 Jun 2003 12:42:14 -0000 Date: Tue, 03 Jun 2003 12:42:00 -0000 Message-ID: <20030603124214.5564.qmail@sources.redhat.com> From: "reichelt@gcc.gnu.org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030603102315.11077.numerical.simulation@web.de> References: <20030603102315.11077.numerical.simulation@web.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11077] enumerator value in template not assignable from bool X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg00456.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11077 reichelt@gcc.gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From reichelt@gcc.gnu.org 2003-06-03 12:42 ------- This is essentially the same problem as in PR 9259. Even Giovanni's workaround is applicable here: Write sizeof(has_member_disambiguation::template check(0)) instead of sizeof(check(0)) *** This bug has been marked as a duplicate of 9259 *** ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.