Changes between Initial Version and Version 1 of Ticket #64667, comment 3
- Timestamp:
- Jun 29, 2022, 3:40:30 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64667, comment 3
initial v1 6 6 Older macOS versions don't have `static_assert` defined in `assert.h`. A C11 compiler is being used, so it should be safe to do this somewhere: 7 7 {{{ 8 #ifndef 8 #ifndef static_assert 9 9 #define static_assert _Static_assert 10 10 #endif