[Bug c++/14761] Fails to link when static member variable of the class template is defined with the default value

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Mar 28 17:29:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list