File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 364364int // IFNDR, wrong return type
365365handle_contract_violation(const std::contract::contract_violation&) {}
366366
367- void* operator new(decltype(sizeof(0)) noexcept; // IFNDR, mismatched exception specification to declaration in \tcode {<new>}
367+ void* operator new(decltype(sizeof(0)) noexcept; // IFNDR, mismatched exception specification to declaration
368+ // in \tcode {<new>}
368369\end {codeblock }
369370\end {example }
370371
415416\pnum
416417\begin {example }
417418\begin {codeblocktu }{Translation unit \# 1}
418- int h(int x [[indeterminate]]; // IFNDR, mismatched \tcode {[[indeterminate]]} on first parameter to other first declaration of \tcode {h}
419+ int h(int x [[indeterminate]]; // IFNDR, mismatched \tcode {[[indeterminate]]} to other first declaration of \tcode {h}
419420\end {codeblocktu }
420421\begin {codeblocktu }{Translation unit \# 2}
421- int h(int x); // IFNDR, mismatched \tcode {[[indeterminate]]} on first parameter to other first declaration of \tcode {h}
422+ int h(int x); // IFNDR, mismatched \tcode {[[indeterminate]]} to other first declaration of \tcode {h}
422423\end {codeblocktu }
423424\end {example }
424425
You can’t perform that action at this time.
0 commit comments