diff --git a/source/ub.tex b/source/ub.tex index b58c959895..1bb81594fd 100644 --- a/source/ub.tex +++ b/source/ub.tex @@ -977,7 +977,8 @@ int main() { char D::*p1 = &D::c; - char B::*p2 = static_cast(p1); // undefined behavior, \tcode{B} does not contain the original member \tcode{c} + char B::*p2 = static_cast(p1); // undefined behavior, \tcode{B} does not contain the + // original member \tcode{c} } \end{codeblock} \end{example}