]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
log : fix MSVC compile errors (#5643)
authorUEXTM.com <redacted>
Fri, 8 Mar 2024 09:35:04 +0000 (04:35 -0500)
committerGitHub <redacted>
Fri, 8 Mar 2024 09:35:04 +0000 (11:35 +0200)
commit581ed5c4fe3a8909aaa8313633ac443f471ba755
tree06001fc4189e0dbcde6cc49d700d7ab0d057684b
parent6cdabe652695167263c8b447520987b11856f7ca
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.
common/log.h