Skip to content

Commit 5fdbfd8

Browse files
author
Stefanus Du Toit
committed
[stack.cons] Fix typo in constructor parameter name
Fix parameter that should have been "cont" instead of "const". Thanks to Daniel Krügler!
1 parent 375a11d commit 5fdbfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8483,7 +8483,7 @@
84838483
\end{itemdescr}
84848484

84858485
\begin{itemdecl}
8486-
explicit stack(Container&& const = Container());
8486+
explicit stack(Container&& cont = Container());
84878487
\end{itemdecl}
84888488

84898489
\begin{itemdescr}

0 commit comments

Comments
 (0)