CI updates
This commit is contained in:
parent
4b41aa1226
commit
fbc650791d
@ -68,7 +68,6 @@ static_assert(sizeof(void *) == sizeof(long));
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ACC and C system headers
|
// ACC and C system headers
|
||||||
#include "system_features.h"
|
|
||||||
#ifndef ACC_CFG_USE_NEW_STYLE_CASTS
|
#ifndef ACC_CFG_USE_NEW_STYLE_CASTS
|
||||||
#define ACC_CFG_USE_NEW_STYLE_CASTS 1
|
#define ACC_CFG_USE_NEW_STYLE_CASTS 1
|
||||||
#endif
|
#endif
|
||||||
@ -101,6 +100,7 @@ static_assert(sizeof(void *) == sizeof(long));
|
|||||||
|
|
||||||
// C++ freestanding headers
|
// C++ freestanding headers
|
||||||
#if __cplusplus >= 202002L
|
#if __cplusplus >= 202002L
|
||||||
|
#include <version>
|
||||||
#include <bit>
|
#include <bit>
|
||||||
#endif
|
#endif
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user