From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B91C7941BC5 for ; Thu, 24 Aug 2023 21:01:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zeWkBgZ4EJBhtUZmVPXtlw9lE+ttAw9aq5A3iypBhn0=; c=relaxed/simple; d=groups.io; h=Feedback-ID:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1692910893; v=1; b=oq8TT2OrV8Vxh0MO4Xc9a4ldbiRX5ZDbRFcuFT4VIfRhZ35eEYcpnvaxlf+8/MmaDKYiGed8 YAr5btGj4D0yTDQvourvek9KokV8pBH5VruzLaYvvsrYuyzaojZG2FDm1hoYHEM15/fMVXZOx8L bYRom29nqd8u16dsoGjqcRDo= X-Received: by 127.0.0.2 with SMTP id v1iuYY7687511xQ2H3uxtVYY; Thu, 24 Aug 2023 14:01:33 -0700 X-Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web10.2776.1692910892424082247 for ; Thu, 24 Aug 2023 14:01:32 -0700 X-Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 605143200583; Thu, 24 Aug 2023 17:01:31 -0400 (EDT) X-Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 24 Aug 2023 17:01:31 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedruddviedgudehgecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefkffggfgfuvfevfhfhjggtgfesthejredttdefjeenucfhrhhomheptfgv sggvtggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrf grthhtvghrnhephffhjeelkeffteevjedtkefhieelgeeigfduieevuddvudeugfetjeeg tdehudeunecuffhomhgrihhnpehmihgtrhhoshhofhhtrdgtohhmpdhgrhhouhhpshdrih honecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgv sggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 24 Aug 2023 17:01:29 -0400 (EDT) Message-ID: <37b87f01-1acf-a048-058e-3acaa78fe623@bsdio.com> Date: Thu, 24 Aug 2023 15:01:23 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [edk2-devel] [PATCH] Use C99 flexible arrays To: devel@edk2.groups.io, osde@linux.microsoft.com, afish@apple.com, ehaouas@noos.fr Cc: "Yao, Jiewen" References: <2096203168.82564.1692636984521@wsfrf1447.priv.atos.fr> <7F57F8F5-9C13-4DD1-96CE-C3F7A33A1AFF@apple.com> <18c7835a-b271-459a-86a1-0f67042ddbeb@linux.microsoft.com> From: "Rebecca Cran" In-Reply-To: <18c7835a-b271-459a-86a1-0f67042ddbeb@linux.microsoft.com> Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,rebecca@bsdio.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: pDJ9ZeQ3QmlrwuHTFOdvzUYAx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=oq8TT2Or; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io I'd support that. That would leave us with VS2017, VS2019 and VS2022. --=20 Rebecca Cran On 8/24/23 09:19, Oliver Smith-Denny wrote: > On 8/23/2023 2:41 PM, Rebecca Cran wrote: >> With Visual Studio 2019 adding C11 and C17 support as first-class=20 >> features, I think we should be safe nowadays to rely on them. But we=20 >> should check if older versions that we still support (VS 2015 etc.)=20 >> support them too. >> >> https://devblogs.microsoft.com/cppblog/c11-and-c17-standard-support-arri= ving-in-msvc/=20 >> >> >> > > Perhaps this is a worthwhile time to drop VS 2015 and support VS 2022? > > Oliver > > >=20 > > -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108022): https://edk2.groups.io/g/devel/message/108022 Mute This Topic: https://groups.io/mt/100861513/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-