Skip to content

Commit 1f9524d

Browse files
committed
[support.limits.general] Fix typo: '<forwardlist>' should be '<forward_list>'
1 parent e0d78d3 commit 1f9524d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
\defnlibxname{cpp_lib_hypot} & \tcode{201603L} &
591591
\tcode{<cmath>} \\ \rowsep
592592
\defnlibxname{cpp_lib_incomplete_container_elements} & \tcode{201505L} &
593-
\tcode{<forwardlist>} \tcode{<list>} \tcode{<vector>} \\ \rowsep
593+
\tcode{<forward_list>} \tcode{<list>} \tcode{<vector>} \\ \rowsep
594594
\defnlibxname{cpp_lib_integer_sequence} & \tcode{201304L} &
595595
\tcode{<utility>} \\ \rowsep
596596
\defnlibxname{cpp_lib_integral_constant_callable} & \tcode{201304L} &

0 commit comments

Comments
 (0)