summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorAlexandre Perrin <[email protected]>2022-02-23 18:27:52 +0100
committerAlexandre Perrin <[email protected]>2022-02-23 18:27:52 +0100
commit81e33477ea2d2a4f056d8d9c4cacfbbd7a4bc8e8 (patch)
treed317b0d487d21c7c8876d72b886e877f16840143 /docs/reference
parentfa895ed3dc46d5aa5e11b19ff07beb6fcfc62655 (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 'docs/reference')
0 files changed, 0 insertions, 0 deletions