Skip to content

b2361

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 10:32
581ed5c
log : fix MSVC compile errors (#5643)

MSVC gives the following error with the existing macros:
`Error C2059 : syntax error: ','`

This patch adds `##` as a prefix to `__VA_ARGS__` to address this error.