mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-31 01:20:52 +08:00
update msgpack to 4.1.1
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
# define MSGPACK_PP_CAT_OO(par) MSGPACK_PP_CAT_I ## par
|
||||
# endif
|
||||
#
|
||||
# if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_MSVC()
|
||||
# if (~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_MSVC()) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 1700)
|
||||
# define MSGPACK_PP_CAT_I(a, b) a ## b
|
||||
# else
|
||||
# define MSGPACK_PP_CAT_I(a, b) MSGPACK_PP_CAT_II(~, a ## b)
|
||||
|
||||
Reference in New Issue
Block a user