Skip to content

Commit dd47f56

Browse files
authored
[func.wrap.general] Remove stray linebreak in example (#8229)
1 parent 245d385 commit dd47f56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/utilities.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13611,8 +13611,7 @@
1361113611
has the same type, even if the corresponding parameter is not of reference type.
1361213612
\begin{example}
1361313613
\begin{codeblock}
13614-
move_only_function<void(T)>
13615-
f{copyable_function<void(T)>{[](T) {}}};
13614+
move_only_function<void(T)> f{copyable_function<void(T)>{[](T) {}}};
1361613615
T t;
1361713616
f(t); // it is unspecified how many copies of \tcode{T} are made
1361813617
\end{codeblock}

0 commit comments

Comments
 (0)