------- Comment #2 from pinskia at gcc dot gnu dot org 2010-04-09 02:56 ------- On the trunk (and in 4.5.0) GCC rejects this: t.cc:21:49: error: invalid operands of types â<unresolved overloaded function type>â and âintâ to binary âoperator<â t.cc:21:51: error: â::Xâ has not been declared
Which is correct now Buggy<1>::Extend<2>::Extend names the constructor of Buggy<1>::Extend<2>. *** This bug has been marked as a duplicate of 11764 *** -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43649