edk2-devel] [PATCH v3 1/1] MdePkg: Add STATIC_ASSERT macro
>
>On 8/17/19 1:28 AM, Vitaly Cheptsov via Groups.Io wrote:
>> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2048
>>
>> Provide a macro for compile time assertions.
>> Equivalent to C11 static_assert
On 8/17/19 1:28 AM, Vitaly Cheptsov via Groups.Io wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2048
>
> Provide a macro for compile time assertions.
> Equivalent to C11 static_assert macro from assert.h.
>
> Signed-off-by: Vitaly Cheptsov
> ---
> MdePkg/Include/Base.h | 14 ++
f Of
> Vitaly Cheptsov via Groups.Io
> Sent: Sunday, September 08, 2019 12:31 AM
> To: vit9696 mailto:vit9...@protonmail.com>>;
> devel@edk2.groups.io <mailto:devel@edk2.groups.io>
> Subject: Re: [edk2-devel] [PATCH v3 1/1] MdePkg: Add STATIC_ASSERT macro
>
> Hello
Sent: Sunday, September 08, 2019 12:31 AM
To: vit9696 ; devel@edk2.groups.io
Subject: Re: [edk2-devel] [PATCH v3 1/1] MdePkg: Add STATIC_ASSERT macro
Hello,
Given that new EDK II stable has already landed, and it was suggested to merge
this right afterwards, it seems to me about the time to merge
Hello,
Given that new EDK II stable has already landed, and it was suggested to merge
this right afterwards, it seems to me about the time to merge this patch.
Best wishes,
Vitaly
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#47003):
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2048
Provide a macro for compile time assertions.
Equivalent to C11 static_assert macro from assert.h.
Signed-off-by: Vitaly Cheptsov
---
MdePkg/Include/Base.h | 14 ++
1 file changed, 14 insertions(+)
diff --git a/MdePkg/Include/B