Actions
Feature #14454
closedsys/debug.h: CTASSERT should use _Static_assert
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The subject is really telling it all.
Testing done: full nightly build.
Related issues
Updated by Patrick Mooney over 1 year ago
- Related to Bug #13894: compile time assertions need more uniqueness added
- Related to Bug #12994: CTASSERT should not clash on same line num added
Updated by Electric Monk over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 6328d71e9dd97ed4dfdf9425b5dc7b9deb6f579a
commit 6328d71e9dd97ed4dfdf9425b5dc7b9deb6f579a Author: Toomas Soome <tsoome@me.com> Date: 2022-05-18T15:31:03.000Z 14454 sys/debug.h: CTASSERT should use _Static_assert Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
Updated by Gordon Ross over 1 year ago
The _Static_assert feature is in C11 and later: https://en.cppreference.com/w/c/language/_Static_assert
Actions