From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20564 invoked by alias); 21 Jul 2009 17:46:10 -0000 Received: (qmail 20488 invoked by uid 48); 21 Jul 2009 17:45:56 -0000 Date: Tue, 21 Jul 2009 17:46:00 -0000 Message-ID: <20090721174556.20484.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: "jwakely dot gcc at gmail dot com" 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/msg01690.txt.bz2 ------- Comment #3 from jwakely dot gcc at gmail dot com 2009-07-21 17:45 ------- It tells you the location of the call. If you've specified the template arguments at that location then you can see what they are, I don't see how putting them in the diagnostic will save hours if you could find out the same info in seconds by looking at the line. There's no candidate list because there is no match for the template arguments you used. The empty candidate list tells you something by itself. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793