File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ class out {
616616                *t = T (CPP2_FORWARD (args)...);
617617            }
618618            else  {
619-                 Default.expects (! " attempted to copy assign, but copy assignment is not available"  );
619+                 Default.expects (false ,  " attempted to copy assign, but copy assignment is not available"  );
620620            }
621621        }
622622        else  {
@@ -626,7 +626,7 @@ class out {
626626                    dt->value () = T (CPP2_FORWARD (args)...);
627627                }
628628                else  {
629-                     Default.expects (! " attempted to copy assign, but copy assignment is not available"  );
629+                     Default.expects (false ,  " attempted to copy assign, but copy assignment is not available"  );
630630                }
631631            }
632632            else  {
@@ -643,7 +643,7 @@ class out {
643643                *t = T{CPP2_FORWARD (args)...};
644644            }
645645            else  {
646-                 Default.expects (! " attempted to copy assign, but copy assignment is not available"  );
646+                 Default.expects (false ,  " attempted to copy assign, but copy assignment is not available"  );
647647            }
648648        }
649649        else  {
@@ -653,7 +653,7 @@ class out {
653653                    dt->value () = T{CPP2_FORWARD (args)...};
654654                }
655655                else  {
656-                     Default.expects (! " attempted to copy assign, but copy assignment is not available"  );
656+                     Default.expects (false ,  " attempted to copy assign, but copy assignment is not available"  );
657657                }
658658            }
659659            else  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments