From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11405 invoked by alias); 9 Nov 2016 23:03:25 -0000 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 Received: (qmail 11393 invoked by uid 89); 9 Nov 2016 23:03:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=tour, guys, Hx-languages-length:633, briefly X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Nov 2016 23:03:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1C0DA116861; Wed, 9 Nov 2016 18:03:22 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id X77VO1HMy5j8; Wed, 9 Nov 2016 18:03:22 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DE662116817; Wed, 9 Nov 2016 18:03:21 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5296D42444; Wed, 9 Nov 2016 15:03:20 -0800 (PST) Date: Wed, 09 Nov 2016 23:03:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Yao Qi , "gdb-patches@sourceware.org" Subject: Re: [PATCH] agent_expr_up: gdb::unique_ptr -> std::unique_ptr Message-ID: <20161109230320.GA25580@adacore.com> References: <1478652972-11094-1-git-send-email-palves@redhat.com> <050063d1-f67d-1a07-a6cd-9102a28f2f81@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <050063d1-f67d-1a07-a6cd-9102a28f2f81@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-11/txt/msg00236.txt.bz2 > > [Pretend having some C++ 11 knowledge after reading some pages > > in "C++ Primer, fifth edition" for 20 minutes] > > Thanks, I really appreciate it. I understand the extra learning > effort being imposed on people that may not be up to speed yet. > I'm learning as we go too! FWIW - I also ordered "A Tour a C++" as Xmas break reading. I'll let you guys know what I think of it for people like me who have briefly tried C++ more than 20 years ago and never touched it since. For now, I can bearly understand how some of the patches applied actually work! -- Joel