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::
234234//  INTERNAL, DO NOT USE
235235//   USE LOG() INSTEAD
236236// 
237- #if  !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER)
237+ #if  !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER) || defined(__clang__) 
238238    #define  LOG_IMPL (str, ...)                                                                                      \
239239    do  {                                                                                                            \
240240        if  (LOG_TARGET != nullptr )                                                                                  \
@@ -257,7 +257,7 @@ inline std::string log_filename_generator_impl(LogTriState multilog, const std::
257257//  INTERNAL, DO NOT USE
258258//   USE LOG_TEE() INSTEAD
259259// 
260- #if  !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER)
260+ #if  !defined(_MSC_VER) || defined(__INTEL_LLVM_COMPILER) || defined(__clang__) 
261261    #define  LOG_TEE_IMPL (str, ...)                                                                                                      \
262262    do  {                                                                                                                                \
263263        if  (LOG_TARGET != nullptr )                                                                                                      \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments