llama.cpp
581ed5c4
- log : fix MSVC compile errors (#5643)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
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.
References
#5643 - Fix MSVC compile errors
Author
uextm
Parents
6cdabe65
Loading