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++/14761] Fails to link when static member variable of the class template is defined with the default value


------- Additional Comments From ikm at pisem dot net  2004-03-28 17:46 -------
(In reply to comment #1)
> ICC gives a warning:
> pr14761.cc(40): warning #533: member "StaticHolder<T>::staticMember [with
T=int]" cannot be 
> instantiated -- it has been explicitly specialized

Just comment that line, it doesn't seem to be of any need.

[Btw, maybe G++ 3.x should introduce the same warning, 2.95 has it. I am not
sure about what ISO/IEC suggests about it.]

-- 


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


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