File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ namespace contracts
106106	evaluation_semantic semantic () const  noexcept  { return  _M_evaluation_semantic; }
107107	};
108108
109-   void  invoke_default_contract_violation_handler (const  contract_violation&);
109+   void  invoke_default_contract_violation_handler (const  contract_violation&)  noexcept ;
110110
111111} //  namespace contracts
112112
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
118118namespace  contracts 
119119{
120120
121- void  invoke_default_contract_violation_handler (const  std::contracts::contract_violation& violation)
121+ void  invoke_default_contract_violation_handler (const  std::contracts::contract_violation& violation)  noexcept 
122122{
123123  return  __handle_contract_violation (violation);
124124}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments