[Bug c++/21740] [3.4/4.0/4.1 Regression] template mismatch
--- Additional Comments From giovannibajo at libero dot it 2005-05-24 18:28 --- Invalid, use ::Fx. Read http://gcc.gnu.org/gcc-3.4/changes.html -- What|Removed |Added
[Bug c++/21740] [3.4/4.0/4.1 Regression] template mismatch
--- 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 class MetaFunc> struct bind_2; template struct Fx { typedef typename bind_2::template bound::type type; };