------- Additional Comments From reichelt at gcc dot gnu dot org  2005-09-26 
08:09 -------
I don't think that this is a proper fix, since the following IMHO valid
code snippet is rejected:

====================================================================
namespace N { template<int> struct A { operator int() const; }; }

template<typename> void foo()
{
    +typename N::A<0>();
}
====================================================================


-- 


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

Reply via email to