From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6032 invoked by alias); 15 Aug 2003 19:42:08 -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 5988 invoked by uid 48); 15 Aug 2003 19:42:08 -0000 Date: Fri, 15 Aug 2003 19:42:00 -0000 Message-ID: <20030815194208.5985.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030815160749.11930.schnetter@uni-tuebingen.de> References: <20030815160749.11930.schnetter@uni-tuebingen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11930] Cannot define static template struct member X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg01734.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=11930 ------- Additional Comments From bangerth at dealii dot org 2003-08-15 19:42 ------- You are right, the syntax I showed is a declaration of an explicit specialization. You need to add an initializer to make it a definition. W.