diff options
| author | Alexandre Perrin <[email protected]> | 2022-02-23 18:27:52 +0100 |
|---|---|---|
| committer | Alexandre Perrin <[email protected]> | 2022-02-23 18:27:52 +0100 |
| commit | 81e33477ea2d2a4f056d8d9c4cacfbbd7a4bc8e8 (patch) | |
| tree | d317b0d487d21c7c8876d72b886e877f16840143 /src/class | |
| parent | fa895ed3dc46d5aa5e11b19ff07beb6fcfc62655 (diff) | |
Fix CPP compilation with IAR
IAR defines __STDC_VERSION__ in cpp as well.
Which causes TU_VERIFY_STATIC to be defined as _Static_assert
instead of cpp's static_assert.
This reorders __cplusplus__ to be first, then to fallback to
__STDC_VERSION__ if not CPP.
Diffstat (limited to 'src/class')
0 files changed, 0 insertions, 0 deletions
