Loguru and glog conflict error
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 280
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
Hi, I use loguru in my project, and I installed Glog library at the same time.
`
#define LOGURU_REPLACE_GLOG 1
#include
...
LOG(1) << ...;
`
When I compiled my project, the error, 'error: ‘COMPACT_GOOGLE_LOG_1’ was not declared in this scope; did you mean ‘COMPACT_GOOGLE_LOG_0’?', occurs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.