From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by sourceware.org (Postfix) with ESMTPS id C7FD23858C54 for ; Wed, 7 Jun 2023 14:46:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C7FD23858C54 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org X-GND-Sasl: dodji@seketeli.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1686149165; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FqLcIcUuDDI/7021rJCE2rHEmxtdXnFhvrTFwGAJ8vk=; b=AunxUjaraWAEexf22VSY0503sQrq5JI/LXqCzlQCVx4JlaTygAGXeoSQ0vuiRC58wwxb4W 2KBTh4tLY5E5InZW/3B6Ut0fNFjcTPKgksHf4dZj/n03G+tZOgrAapirULmro5bBRLpxYa UIQN6yBumN8AE8N36lID1sZdlfjl94B9haDJQdsgNULeI61sCk+uyiyhCTwrttoWLXvunj c2PrfwPS4bHxuQlJuIPbEjnyMD8bMa/Cp3K72a00QV1gv5TtfkOySqYIM/JqPwZPjsnFp3 pCSrooUEbsG9ZkHXEvX3w4ZYBAn6ZK2BOn77r9o4VEWaw/ayjMoeNr5Rlto3jw== X-GND-Sasl: dodji@seketeli.org X-GND-Sasl: dodji@seketeli.org X-GND-Sasl: dodji@seketeli.org Received: by mail.gandi.net (Postfix) with ESMTPSA id B8617240005; Wed, 7 Jun 2023 14:46:04 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id ECCCFB4FD2; Wed, 7 Jun 2023 16:46:03 +0200 (CEST) From: Dodji Seketeli To: =?utf-8?Q?Matthias_M=C3=A4nnich?= Cc: libabigail@sourceware.org, gprocida@google.com, kernel-team@android.com Subject: Re: [PATCH 1/2] symtab reader: use C++11 `using` syntax instead of typedefs Organization: Me, myself and I References: <20230606085132.1894137-3-maennich@google.com> X-Operating-System: CentOS Stream release 9 X-URL: http://www.seketeli.net/~dodji Date: Wed, 07 Jun 2023 16:46:03 +0200 In-Reply-To: <20230606085132.1894137-3-maennich@google.com> ("Matthias =?utf-8?Q?M=C3=A4nnich=22's?= message of "Tue, 6 Jun 2023 09:51:33 +0100") Message-ID: <87a5xbfhzo.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: "Matthias M=C3=A4nnich" a =C3=A9crit: > From: Matthias Maennich > > That is to increase readability and to incrementally modernize the code b= ase. > > * abg-symtab-reader.h: replace typedefs by corresponding using > declarations. > > Signed-off-by: Matthias Maennich Applied to master, thanks! [...] Cheers, --=20 Dodji