From bd76ed7e68b148d18e49e66c94e00aab92b3f410 Mon Sep 17 00:00:00 2001 From: Phil Ratzloff Date: Sat, 18 Apr 2026 11:59:44 -0400 Subject: [PATCH] D3128: add r4 revision note for allocator parameter in algorithms --- D3128_Algorithms/tex/revision.tex | 2 ++ 1 file changed, 2 insertions(+) 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}