[Bug c++/15359] errors specializing a template class of a template class

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Tue May 11 15:49:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-05-10 16:06 -------
The compiler message actually says it all: 
  explicit specialization in non-namespace scope `struct F<E>' 
You can't specialize a member class within the enclosing class 
declaration. You have to do so outside. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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



More information about the Gcc-bugs mailing list