We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417d713 commit 2b0db35Copy full SHA for 2b0db35
source/utilities.tex
@@ -16,9 +16,9 @@
16
\ref{optional} & Optional objects & \tcode{<optional>} \\ \rowsep
17
\ref{variant} & Variants & \tcode{<variant>} \\ \rowsep
18
\ref{any} & Storage for any type & \tcode{<any>} \\ \rowsep
19
-\ref{template.bitset} & Fixed-size sequences of bits & \tcode{<bitset>} \\ \rowsep
+\ref{bitset} & Fixed-size sequences of bits & \tcode{<bitset>} \\ \rowsep
20
\ref{memory} & Memory & \tcode{<memory>} \\
21
- & & \tcode{<cstdlib>} \\
+ & & \tcode{<cstdlib>} \\ \rowsep
22
\ref{smartptr} & Smart pointers & \tcode{<memory>} \\ \rowsep
23
\ref{mem.res} & Memory resources & \tcode{<memory_resource>} \\ \rowsep
24
\ref{allocator.adaptor} & Scoped allocators & \tcode{<scoped_allocator>} \\ \rowsep
0 commit comments