[Bug c++/9050] Can't explicitly specialize C++ constructor templates

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Thu Jul 22 18:36:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-07-22 18:36 -------
The problem in comment #6 has nothing to do with the rest of the 
PR. The syntax to explicitly instantiate the class is just completely 
bogus. It should read 
  template class Test<MyTest>; 
but there are more bugs (specificly: MyTest is only forward declared). 
 
The original problem of this PR persists as of now. 
 
W. 

-- 


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



More information about the Gcc-bugs mailing list