Re: c++/10307: constructor for static object of template omitted

giovannibajo@libero.it giovannibajo@libero.it
Sat Apr 5 00:21:00 GMT 2003


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10307

Wolfgang is right, this is not a bug. The instantiation of static member template is completely orthogonal to the instantiantion of the enclosing template class.
As explained, the problem of the original poster can be solved with an explicit instantiation.

Giovanni Bajo




More information about the Gcc-bugs mailing list