Skip to content

Commit

Permalink
[basic.life] Fix indentation in example (#6727)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jan 1, 2024
1 parent 08649a5 commit acb6879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3682,12 +3682,12 @@
\begin{codeblock}
class T { };
struct B {
~B();
~B();
};

void h() {
B b;
new (&b) T;
B b;
new (&b) T;
} // undefined behavior at block exit
\end{codeblock}
\end{example}
Expand Down

0 comments on commit acb6879

Please sign in to comment.