Skip to content

Commit ed18148

Browse files
hewillktkoeppe
authored andcommitted
[util.smartptr.shared.create] Add std:: qualification for forward
1 parent aec46d1 commit ed18148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3922,7 +3922,7 @@
39223922
\pnum
39233923
\returns
39243924
A \tcode{shared_ptr} to an object of type \tcode{T}
3925-
with an initial value \tcode{T(forward<Args>(args)...)}.
3925+
with an initial value \tcode{T(std::forward<Args>(args)...)}.
39263926

39273927
\pnum
39283928
\remarks

0 commit comments

Comments
 (0)