From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5799 invoked by alias); 29 Jun 2011 18:52:49 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 5785 invoked by uid 22791); 29 Jun 2011 18:52:47 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4E0B7462.8020004@earthlink.net> Date: Wed, 29 Jun 2011 18:52:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: archer@sourceware.org Subject: Re: C++ draft References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940f862eefef49027935a57057dfc186a97350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-SW-Source: 2011-q2/txt/msg00035.txt.bz2 On 6/27/11 2:08 PM, Tom Tromey wrote: > I've been working on another proposal to move gdb to C++. I'd > appreciate help with it. Here is what I have so far. Looks good to me! At some point there should be a task to define the accepted set of C++ features; I really really want to avoid people having to spend time debating minutiae of the language, and I don't want to hear about how target vectors could be recoded using amazing-but-not-yet-implemented features of C++2x. :-) Stan