We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555360 commit 8e725c6Copy full SHA for 8e725c6
antithesis_sdk.h
@@ -8,23 +8,17 @@
8
9
#if __cplusplus < 202000L
10
#error "The Antithesis C++ API requires C++20 or higher"
11
- #ifndef NO_ANTITHESIS_SDK
12
- #define NO_ANTITHESIS_SDK
13
- #endif
+ #define NO_ANTITHESIS_SDK
14
#endif
15
16
#if !defined(__clang__)
17
#error "The Antithesis C++ API requires a clang compiler"
18
19
20
21
22
23
#if __clang_major__ < 16
24
#error "The Antithesis C++ API requires clang version 16 or higher"
25
26
27
28
29
30
#else
0 commit comments