Skip to content

Commit 1243670

Browse files
committed
[ifndr]: cleaned up line wrapping of some comments
1 parent 8bfea15 commit 1243670

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

source/ifndr.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@
364364
int // IFNDR, wrong return type
365365
handle_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

@@ -415,10 +416,10 @@
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

0 commit comments

Comments
 (0)