[Bug c++/43135] Possible bug in name resolution during template instantiation
uwe at netbsd dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 22 04:48:00 GMT 2010
------- Comment #6 from uwe at netbsd dot org 2010-02-22 04:47 -------
(In reply to comment #5)
> What confuses me is that explictly qualifying the offending call as
>
> Node::test(op.i)
>
> makes it compile correctly.
I mean as far as I understand Node::test should resolve to the same sibling, so
your explanation of why the original fails should still be applicable. Yet it
works.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43135
More information about the Gcc-bugs
mailing list