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
106
106
evaluation_semantic semantic () const noexcept { return _M_evaluation_semantic; }
107
107
};
108
108
109
- void invoke_default_contract_violation_handler (const contract_violation&);
109
+ void invoke_default_contract_violation_handler (const contract_violation&) noexcept ;
110
110
111
111
} // namespace contracts
112
112
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
118
118
namespace contracts
119
119
{
120
120
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
122
122
{
123
123
return __handle_contract_violation (violation);
124
124
}
You can’t perform that action at this time.
0 commit comments