From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: oliva@dcc.unicamp.br (Alexandre Oliva), egcs@cygnus.com Subject: Re: Template mangling bug in egcs-2.90.16 Date: Mon, 17 Nov 1997 18:11:00 -0000 Message-id: References: X-SW-Source: 1997-11/msg00584.html >>>>> Alexandre Oliva writes: >> Obviously the compiler sees two different functions f1(1) > But it shouldn't. A f1(int) is only visible inside the scope of > A, because it is not declared in the global namespace. Agreed. g++ doesn't implement Koenig lookup. This isn't really a bug, it's an unimplemented feature. Jason