From 11e05541eea81165b6b3076eeb76fe4dfecfc4b7 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Sat, 13 Sep 2025 00:48:45 +0800 Subject: [PATCH] [func.wrap.general] Enhanced format --- source/utilities.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}