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]

Re: c++/6327: g++ problems where partial specializing nested templates


Synopsis: g++ problems where partial specializing nested templates

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Tue Apr 16 18:51:13 2002
State-Changed-Why:
    Compiles OK with gcc 3.0.4.
    
    With gcc 3.1 (prerelease) there are some warnings, but
    it still compiles:
    a.cc:18: warning: `typename Array_traits<T>::Rebind<U>::Type' is implicitly a
       typename
    a.cc:18: warning: implicit typename is deprecated, please see the documentation
       for details
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6327


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