------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-24 
18:10 -------
Confirmed, here is a reduced testcase (which is not accepted in 3.3.3 though):
template< template<typename A> class MetaFunc> struct bind_2;
template<typename A> struct Fx
{
  typedef typename bind_2<Fx>::template bound<A>::type type;
};

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|regression                  |c++
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-24 18:10:09
               date|                            |
            Summary|template mismatch in 3.4 and|[3.4/4.0/4.1 Regression]
                   |4.1                         |template mismatch
   Target Milestone|---                         |3.4.5


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

Reply via email to