This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15394] g++ fails to produce a static definition for static template member


------- Additional Comments From giovannibajo at libero dot it  2004-05-13 02:11 -------
Wolfgang is right, and before anybody asks, no, there is no way to define a of 
a specialized member variable without giving it an initializer, because the 
syntax clashes with the specialization declaration, and it is always resolved 
as the latter.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15394


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]