[Bug c++/20816] Can't find member function of template

2005-04-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Attachment #8557|application/octet-stream|text/plain mime type|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20816

[Bug c++/20816] Can't find member function of template

2005-04-07 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-04-07 22:11 --- Well, I now see why there's an error: the call is at global scope. So please change this report to a complaint about the diagnostic. Reduced case: template struct foo { void bar() {} }; foo<3> f; f.bar(); whic

[Bug c++/20816] Can't find member function of template

2005-04-07 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-04-07 21:58 --- Created an attachment (id=8558) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8558&action=view) source code (compressed) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20816

[Bug c++/20816] Can't find member function of template

2005-04-07 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-04-07 21:58 --- Created an attachment (id=8557) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8557&action=view) compiler output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20816