From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 588 invoked by alias); 2 Oct 2007 23:30:03 -0000 Received: (qmail 423 invoked by uid 48); 2 Oct 2007 23:29:53 -0000 Date: Tue, 02 Oct 2007 23:30:00 -0000 Message-ID: <20071002232953.422.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/23194] Unhelpful diagnostic for incorrect pointer-to-member function syntax In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bangerth at dealii 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: 2007-10/txt/msg00174.txt.bz2 ------- Comment #5 from bangerth at dealii dot org 2007-10-02 23:29 ------- (In reply to comment #4) > I chose to use ->* not .* because otherwise you get (....*pmf) which doesn't > help either! You could leave a space around either of the two operators. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23194