From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8573 invoked by alias); 2 Jun 2003 16:40:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8557 invoked by uid 48); 2 Jun 2003 16:40:25 -0000 Date: Mon, 02 Jun 2003 16:40:00 -0000 Message-ID: <20030602164025.8556.qmail@sources.redhat.com> From: "pinskia@physics.uc.edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20011025162612.4672.sven@programmingresearch.ie> References: <20011025162612.4672.sven@programmingresearch.ie> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions. X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg00351.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4672 pinskia@physics.uc.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[DR 214] Template parameter |[3.3/3.4 Regression] [DR |deduction fails for |214] Template parameter |overloaded template |deduction fails for |functions. |overloaded template | |functions. ------- Additional Comments From pinskia@physics.uc.edu 2003-06-02 16:40 ------- still exists on the mainline (20030529) and 3.3.1 (20030526): pr4672.cc: In member function `void A::foo() const': pr4672.cc:8: error: call of overloaded `Foo(const A* const)' is ambiguous pr4672.cc:1: note: candidates are: void Foo(U&) [with T = int, U = const A* const] pr4672.cc:2: note: void Foo(U*) [with T = int, U = const A] ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.