We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b736833 commit 4dba7e8Copy full SHA for 4dba7e8
common/log.h
@@ -234,7 +234,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
234
// INTERNAL, DO NOT USE
235
// USE LOG() INSTEAD
236
//
237
-#if !defined(_MSC_VER) or defined(__INTEL_LLVM_COMPILER)
+#if !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER)
238
#define LOG_IMPL(str, ...) \
239
do { \
240
if (LOG_TARGET != nullptr) \
@@ -257,7 +257,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
257
258
// USE LOG_TEE() INSTEAD
259
260
261
#define LOG_TEE_IMPL(str, ...) \
262
263
0 commit comments