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++/16934] template-in-the-template explicit specialization, problem with inlined


------- Additional Comments From bangerth at dealii dot org  2004-08-10 14:13 -------
What you try to do is simply not allowed by the standard. One may call 
it a defect in the standard that one can't declare specializations inside 
the surrounding class, but that's what the standard says. It's not a bug 
in gcc, so we can't do anything about it. 
 
W. 

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


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


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