Changes between Initial Version and Version 1 of Ticket #64667, comment 3


Ignore:
Timestamp:
Jun 29, 2022, 3:40:30 PM (21 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64667, comment 3

    initial v1  
    66Older 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:
    77{{{
    8 #ifndef
     8#ifndef static_assert
    99#define static_assert _Static_assert
    1010#endif