![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_HAS_BUILTIN_IS_CONSTANT_EVALUATED |
A platform support query for testing if __builtin_is_constant_evaluated is defined.
Usage:
The value of this query is determined as follows, in order of precedence:
__builtin_is_constant_evaluated is defined, it is ARENE_ON_BY_DEFAULT ARENE_OFF_BY_DEFAULT | #define ARENE_HAS_BUILTIN_IS_CONSTANT_EVALUATED_I_ ARENE_OFF_BY_DEFAULT |