From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8121 invoked by alias); 17 Aug 2010 18:19:54 -0000 Received: (qmail 8113 invoked by uid 22791); 17 Aug 2010 18:19:54 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,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; Tue, 17 Aug 2010 18:19:48 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L7B000006TKK400@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 17 Aug 2010 21:19:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.220.100]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L7B00NQA6WN0QA0@a-mtaout20.012.net.il>; Tue, 17 Aug 2010 21:19:36 +0300 (IDT) Date: Tue, 17 Aug 2010 18:19:00 -0000 From: Eli Zaretskii Subject: Re: RFA: NEWS update In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkwlqf27.fsf@gnu.org> References: 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-08/txt/msg00264.txt.bz2 > From: Tom Tromey > Date: Tue, 17 Aug 2010 11:15:43 -0600 > > This updates NEWS to account for the template parameter support. > I added a "C++ Improvements" section because I know we will be adding > more stuff here before 7.3. Good idea, thanks. > Ok? Can the entry elaborate a bit more about this? I'm afraid I was unable to understand what will the improvement mean to me as a C++ programmer. "Puts template parameter in scope" is somewhat cryptic, IMO. Thanks.