You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use loguru in my project, and I installed Glog library at the same time. #define LOGURU_REPLACE_GLOG 1 #include <loguru.hpp> ... 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.
The text was updated successfully, but these errors were encountered:
Hi, I use loguru in my project, and I installed Glog library at the same time.
#define LOGURU_REPLACE_GLOG 1 #include <loguru.hpp> ... 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.
The text was updated successfully, but these errors were encountered: