Skip to content

Commit 0bb57d5

Browse files
hewillktkoeppe
authored andcommitted
[format.arg] Add std:: for forward
1 parent 5a37fcd commit 0bb57d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17236,7 +17236,7 @@
1723617236
\begin{itemdescr}
1723717237
\pnum
1723817238
\effects
17239-
Equivalent to: \tcode{return visit(forward<Visitor>(vis), arg.value);}
17239+
Equivalent to: \tcode{return visit(std::forward<Visitor>(vis), arg.value);}
1724017240
\end{itemdescr}
1724117241

1724217242
\rSec3[format.arg.store]{Class template \exposid{format-arg-store}}

0 commit comments

Comments
 (0)