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++/15359] errors specializing a template class of a template class


------- Additional Comments From bangerth at dealii dot org  2004-05-10 20:30 -------
What you want to do is just not possible: you can only specialize the 
inner template for a fully specialized outer template. It doesn't work 
the other way round. See 14.7.3/18. 
 
Apart from that, unless you have a good reason, please don't just reopen 
bug reports that we have already closed. Most of the time we are actually 
right, and just because you don't like the way the standard is written is 
not sufficient proof that gcc is actually wrong in rejecting your program. 
 
W. 

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]