File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
234
234
// INTERNAL, DO NOT USE
235
235
// USE LOG() INSTEAD
236
236
//
237
- #if !defined(_MSC_VER) or defined(__INTEL_LLVM_COMPILER)
237
+ #if !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER)
238
238
#define LOG_IMPL (str, ...) \
239
239
do { \
240
240
if (LOG_TARGET != nullptr ) \
@@ -257,7 +257,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
257
257
// INTERNAL, DO NOT USE
258
258
// USE LOG_TEE() INSTEAD
259
259
//
260
- #if !defined(_MSC_VER) or defined(__INTEL_LLVM_COMPILER)
260
+ #if !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER)
261
261
#define LOG_TEE_IMPL (str, ...) \
262
262
do { \
263
263
if (LOG_TARGET != nullptr ) \
You can’t perform that action at this time.
0 commit comments