diff --git a/D3128_Algorithms/tex/revision.tex b/D3128_Algorithms/tex/revision.tex index 8f9cc99..a3768c3 100644 --- a/D3128_Algorithms/tex/revision.tex +++ b/D3128_Algorithms/tex/revision.tex @@ -80,4 +80,6 @@ \subsection*{\paperno r4} Add \tcode{container_value_fn} adaptor and \tcode{_null_predecessor} sentinel for convenience. \item Add \tcode{vertex_property_map} facility: a type alias, factory functions, access helpers, a value-type trait, and a concept for uniform per-vertex storage across index and mapped graphs. + \item Add an allocator parameter to algorithms that require internal containers such as a \tcode{stack} + or \tcode{queue}. \end{itemize}