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 pinskia at gcc dot gnu dot org  2004-03-28 17:29 -------
ICC gives a warning:
pr14761.cc(40): warning #533: member "StaticHolder<T>::staticMember [with T=int]" cannot be 
instantiated -- it has been explicitly specialized
template int StaticHolder< int > :: staticMember;
           ^
pr14761.cc(40): warning #533: member "StaticHolder<T>::staticMember [with T=int]" cannot be 
instantiated -- it has been explicitly specialized
  template int StaticHolder< int > :: staticMember;
           ^

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.3.3


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]