We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7745fac commit 14a1b26Copy full SHA for 14a1b26
1 file changed
include/msgpack/sysdep.hpp
@@ -143,7 +143,7 @@
143
# if defined(_byteswap_uint64) || (defined(_MSC_VER) && _MSC_VER >= 1400)
144
# define _msgpack_be64(x) (_byteswap_uint64((uint64_t)x))
145
# elif defined(bswap_64)
146
-# define _msgpack_be64(x) bswap_64(uint64_t)x)
+# define _msgpack_be64(x) bswap_64((uint64_t)x)
147
# elif defined(__DARWIN_OSSwapInt64)
148
# define _msgpack_be64(x) __DARWIN_OSSwapInt64(x)
149
# else
0 commit comments