We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee992d8 commit 8bda825Copy full SHA for 8bda825
include/bitsery/bitsery.h
@@ -66,7 +66,7 @@
66
#endif
67
68
#if __has_cpp_attribute(likely)
69
-#define BITSERY_LIKELY BITSERY_ATTRIBUTE(likey)
+#define BITSERY_LIKELY BITSERY_ATTRIBUTE(likely)
70
#else
71
#define BITSERY_LIKELY
72
0 commit comments