From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12072 invoked by alias); 25 Jun 2010 16:53:51 -0000 Received: (qmail 12052 invoked by uid 22791); 25 Jun 2010 16:53:49 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_50,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Jun 2010 16:53:44 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L4K00C00XIIWP00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 25 Jun 2010 19:52:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.155.52]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4K00BYCXJ05150@a-mtaout20.012.net.il>; Fri, 25 Jun 2010 19:52:13 +0300 (IDT) Date: Fri, 25 Jun 2010 16:53:00 -0000 From: Eli Zaretskii Subject: Re: C++ improvements NEWS patch In-reply-to: <4C24D3C0.7070400@redhat.com> To: sami wagiaalla Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <836317dpge.fsf@gnu.org> References: <4C24D3C0.7070400@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00584.txt.bz2 > Date: Fri, 25 Jun 2010 12:05:20 -0400 > From: sami wagiaalla > > A little blurb about ADL and operator improvements. Thanks. > + and find A::foo. GDB now supports this. This construct is commonly ^^ Two spaces between sentences, please. > + In addition to member operators, GDB now supports lookup of operators > + defined in a namespace and imported with a 'using directive', operators ^^^^^^^^^^^^^^^^^^^ "a `using' directive" (quoting fixed) > + defined in the global scope, operators imported implicitly from an > + anonymous namespace, and as mentioned in the previous point ADL > + operators. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ "and the ADL operators mentioned in the previous entry" Okay with these changes.