From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2667 invoked by alias); 18 Jul 2009 08:59:20 -0000 Received: (qmail 2644 invoked by uid 48); 18 Jul 2009 08:59:10 -0000 Date: Sat, 18 Jul 2009 08:59:00 -0000 Message-ID: <20090718085910.2643.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40793] "Error: no matching function for call to XYZ" doesn't display function-template-arguments In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg01475.txt.bz2 ------- Comment #1 from rguenth at gcc dot gnu dot org 2009-07-18 08:59 ------- But it doens't know it looks for a template function. It should display the candidate list from which you can see what happens. This is how name-lookup and overload resolution works... -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793