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 e8d8f16 commit 7bdf361Copy full SHA for 7bdf361
Release/include/compat/apple_compat.h
@@ -41,6 +41,7 @@
41
#define dllimport
42
43
#include <stdint.h>
44
+#include <assert.h>
45
46
#define __assume(x) do { if (!(x)) __builtin_unreachable(); } while (false)
47
Release/include/compat/linux_compat.h
@@ -42,6 +42,7 @@
#endif
48
0 commit comments