diff options
author | UEXTM.com <84163508+uextm@users.noreply.github.com> | 2024-03-08 04:35:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 11:35:04 +0200 |
commit | 581ed5c4fe3a8909aaa8313633ac443f471ba755 (patch) | |
tree | 06001fc4189e0dbcde6cc49d700d7ab0d057684b /examples/server/server.cpp | |
parent | 6cdabe652695167263c8b447520987b11856f7ca (diff) |
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.
Diffstat (limited to 'examples/server/server.cpp')
0 files changed, 0 insertions, 0 deletions