Skip to content

Commit f9d08b0

Browse files
authored
[diff.cpp20.thread] Add hyphen for "ill-formed" (#6550)
1 parent 31154dc commit f9d08b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365

366366
struct D : private B {
367367
void f(std::set<B, std::less<>>& s) {
368-
s.erase(*this); // ill formed; previously well-formed
368+
s.erase(*this); // ill-formed; previously well-formed
369369
}
370370
};
371371
\end{codeblock}

0 commit comments

Comments
 (0)