From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11636 invoked by alias); 3 May 2010 12:00:20 -0000 Received: (qmail 11201 invoked by uid 48); 3 May 2010 12:00:00 -0000 Date: Mon, 03 May 2010 12:00:00 -0000 Subject: [Bug c++/43975] New: g++ function resolution failure X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "internet at calumgrant dot net" 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-05/txt/msg00184.txt.bz2 The following does not compile (minimal test case): #include int main() { int vec; struct comparator { bool operator()(int a, int b) const { return a struct comparator { bool operator()(int a, int b) const { return a