Skip to content

Commit

Permalink
[tab:headers.cpp.fs] Use a more appropriate subclause for inplace_vector
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Jul 17, 2024
1 parent 3de9b1c commit 93e574f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
\ref{support.limits} & Implementation properties &
\tcode{<cfloat>}, \tcode{<climits>}, \tcode{<limits>}, \\
& & \tcode{<version>} \\ \rowsep
\ref{cstdint.syn} & Integer types & \tcode{<cstdint>} \\ \rowsep
\ref{cstdint.syn} & Integer types & \tcode{<cstdint>} \\ \rowsep
\ref{support.dynamic} & Dynamic memory management & \tcode{<new>} \\ \rowsep
\ref{support.rtti} & Type identification & \tcode{<typeinfo>} \\ \rowsep
\ref{support.srcloc} & Source location & \tcode{<source_location>} \\ \rowsep
Expand All @@ -1535,8 +1535,8 @@
\ref{string.view} & String view classes & \tcode{<string_view>} \\ \rowsep
\ref{string.classes} & String classes & \tcode{<string>} \\ \rowsep
\ref{c.strings} & Null-terminated sequence utilities & \tcode{<cstring>}, \tcode{<cwchar>} \\ \rowsep
\ref{containers} & Containers library & \tcode{<inplace_vector>} \\ \rowsep
\ref{array} & Class template \tcode{array} & \tcode{<array>} \\ \rowsep
\ref{inplace.vector} & Class template \tcode{inplace_vector} & \tcode{<inplace_vector>} \\ \rowsep
\ref{views.contiguous} & Contiguous access & \tcode{<span>} \\ \rowsep
\ref{views.multidim} & Multidimensional access & \tcode{<mdspan>} \\ \rowsep
\ref{iterators} & Iterators library & \tcode{<iterator>} \\ \rowsep
Expand Down

0 comments on commit 93e574f

Please sign in to comment.