From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26369 invoked by alias); 1 Jul 2010 08:58:19 -0000 Received: (qmail 26284 invoked by uid 48); 1 Jul 2010 08:58:09 -0000 Date: Thu, 01 Jul 2010 08:58:00 -0000 Message-ID: <20100701085809.26283.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: "m-matti-a dot lehtonen at iki dot fi" 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: 2010-07/txt/msg00023.txt.bz2 ------- Comment #6 from m-matti-a dot lehtonen at iki dot fi 2010-07-01 08:58 ------- I have spend recently many, Many hours with heavily template based code (using CGAL - http://www.cgal.org/) until I figured, why my code failed. Telling input types and candidate list of all mismatched functions would be more then helpful than current way of reporting error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793