From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21426 invoked by alias); 23 May 2006 15:10:41 -0000 Received: (qmail 21399 invoked by uid 48); 23 May 2006 15:10:33 -0000 Date: Tue, 23 May 2006 15:10:00 -0000 Message-ID: <20060523151033.21398.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/27732] Parentheses elicit spurious error: "missing '>' to terminate the template argument list" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "widman at gimpel dot com" 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 X-SW-Source: 2006-05/txt/msg02261.txt.bz2 List-Id: ------- Comment #2 from widman at gimpel dot com 2006-05-23 15:10 ------- By the way: whoever tackles this may also want to take a look at: template< int* p> struct A { }; template<> struct A<(int*)0>; ...which was made permissible by the recently-adopted wording that was proposed for Defect Report 354: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2006/n1998.html#354 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27732