------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-25 
13:26 -------
Just for completeness, a slightly reduced version of the testcase from
PR 20549:

=======================================
template<typename T> void unique(T,T);

struct A
{
  int begin();
};

template<int> void foo()
{
  unique(A().begin);
}
=======================================


-- 


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

Reply via email to