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.
2 parents a890b0b + 7638640 commit 0c0b41dCopy full SHA for 0c0b41d
ext/hash/xxhash/xxhash.h
@@ -1546,8 +1546,7 @@ static void* XXH_memcpy(void* dest, const void* src, size_t size)
1546
/* note: use after variable declarations */
1547
#ifndef XXH_STATIC_ASSERT
1548
# if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) /* C11 */
1549
-# include <assert.h>
1550
-# define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { static_assert((c),m); } while(0)
+# define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { _Static_assert((c),m); } while(0)
1551
# elif defined(__cplusplus) && (__cplusplus >= 201103L) /* C++11 */
1552
# define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { static_assert((c),m); } while(0)
1553
# else
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments