Skip to content

Commit ec8a30d

Browse files
committed
[optional.ref.assign] Add missing "return"
1 parent 9770db7 commit ec8a30d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/utilities.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4747,7 +4747,11 @@
47474747

47484748
\pnum
47494749
\effects
4750-
Equivalent to: \tcode{\exposid{convert-ref-init-val}(std::forward<U>(u))}.
4750+
Equivalent to:
4751+
\begin{codeblock}
4752+
\exposid{convert-ref-init-val}(std::forward<U>(u));
4753+
return *\exposid{val};
4754+
\end{codeblock}
47514755
\end{itemdescr}
47524756

47534757
\rSec3[optional.ref.swap]{Swap}

0 commit comments

Comments
 (0)