public inbox for gcc-bugs@sourceware.org help / color / mirror / Atom feed
From: "giovannibajo at libero dot it" <gcc-bugzilla@gcc.gnu.org> To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/13659] [3.4 Regression] error: no matching function for call to Date: Mon, 12 Jan 2004 17:41:00 -0000 [thread overview] Message-ID: <20040112174151.29890.qmail@sources.redhat.com> (raw) In-Reply-To: <20040112164741.13659.larsbj@gullik.net> ------- Additional Comments From giovannibajo at libero dot it 2004-01-12 17:41 ------- This testcase proposed by Alexandre Oliva: -------------------------- namespace foo1 { template <class T> void f(T); } namespace foo2 { template <class T> void f(T, T); } namespace foo { using namespace foo1; using namespace foo2; } using foo::f; int main() { f(1); f(1, 1); } -------------------------- shows the lookup regression without strong using. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13659
next prev parent reply other threads:[~2004-01-12 17:41 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-01-12 16:47 [Bug c++/13659] New: " larsbj at gullik dot net 2004-01-12 16:49 ` [Bug c++/13659] " larsbj at gullik dot net 2004-01-12 16:50 ` larsbj at gullik dot net 2004-01-12 17:30 ` [Bug c++/13659] [3.4 Regression] " pinskia at gcc dot gnu dot org 2004-01-12 17:39 ` pinskia at gcc dot gnu dot org 2004-01-12 17:41 ` giovannibajo at libero dot it [this message] 2004-01-15 14:45 ` cvs-commit at gcc dot gnu dot org 2004-01-15 14:46 ` cvs-commit at gcc dot gnu dot org 2004-01-15 17:46 ` aoliva at gcc dot gnu dot org 2004-01-15 17:46 ` aoliva at gcc dot gnu dot org
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20040112174151.29890.qmail@sources.redhat.com \ --to=gcc-bugzilla@gcc.gnu.org \ --cc=gcc-bugs@gcc.gnu.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).