From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3362 invoked by alias); 25 Jun 2010 17:08:17 -0000 Received: (qmail 3350 invoked by uid 22791); 25 Jun 2010 17:08:16 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Jun 2010 17:08:11 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5PH8Awp000749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 Jun 2010 13:08:10 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5PH89Pk031598 for ; Fri, 25 Jun 2010 13:08:09 -0400 Message-ID: <4C24E1F8.9000608@redhat.com> Date: Fri, 25 Jun 2010 17:08:00 -0000 From: Sami Wagiaalla User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: C++ improvements NEWS patch References: <4C24D3C0.7070400@redhat.com> <836317dpge.fsf@gnu.org> In-Reply-To: <836317dpge.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00588.txt.bz2 Thanks for the quick review!.. I will make the changes and commit. Sami On 06/25/2010 12:52 PM, Eli Zaretskii wrote: >> 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.