This is the mail archive of the gcc@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]

Re: template function specialization trouble - probably a user error, but...


On Sep 17, 2004, Nathan Sidwell <nathan@codesourcery.com> wrote:

> If its a specialization, then it can't have a dependent type.  Adding
> typename won't fix things, as there's no 'T' in scope in the first place.

Doh.  Yes, indeed.  The testcase is terminally broken.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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