diff --git a/source/utilities.tex b/source/utilities.tex index 5087bc7290..42a724196b 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -13611,8 +13611,7 @@ has the same type, even if the corresponding parameter is not of reference type. \begin{example} \begin{codeblock} -move_only_function - f{copyable_function{[](T) {}}}; +move_only_function f{copyable_function{[](T) {}}}; T t; f(t); // it is unspecified how many copies of \tcode{T} are made \end{codeblock}