4#pragma GCC diagnostic push
5#pragma GCC diagnostic ignored "-Wunused-function"
16 "float should not be integral");
20 "unsigned char should be integral");
22 "signed char should be integral");
25 "unsigned short should be integral");
28 "unsigned long should be integral");
30 "long long should be integral");
32 "unsigned long long should be integral");
34 "int* should not be integral");
36 "float* should not be integral");
38 "void should not be integral");
40 "void* should not be integral");
42 "const int should be integral");
44 "const float should not be integral");
46 "const char should be integral");
48 "const unsigned char should be integral");
50 "const signed char should be integral");
52 "const short should be integral");
54 "const unsigned short should be integral");
56 "const long should be integral");
58 "const unsigned long should be integral");
60 "const long long should be integral");
62 "const unsigned long long should be integral");
66 "volatile int should be integral");
68 "volatile float should not be integral");
70 "volatile char should be integral");
74 "unsigned char& should be integral");
76 "const unsigned char& should be integral");
81 "uint8_t should be integral");
83 "int16_t should be integral");
85 "uint16_t should be integral");
87 "int32_t should be integral");
89 "uint32_t should be integral");
91 "int64_t should be integral");
93 "uint64_t should be integral");
95 "int8_t* should not be integral");
97 "uint8_t* should not be integral");
101#pragma GCC diagnostic pop
static constexpr bool value