From 8044527d3bce8a9239ec357fac1d28ecc2bcf0da Mon Sep 17 00:00:00 2001 From: YexuanXiao Date: Sun, 9 Nov 2025 21:55:49 +0800 Subject: [PATCH] [execpol.objects] Add index for unseq. --- source/algorithms.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/algorithms.tex b/source/algorithms.tex index 47c254bcce..5218902777 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -781,9 +781,11 @@ \indexlibraryglobal{seq}% \indexlibraryglobal{par}% \indexlibraryglobal{par_unseq}% +\indexlibraryglobal{unseq}% \indexlibrarymember{execution}{seq}% \indexlibrarymember{execution}{par}% \indexlibrarymember{execution}{par_unseq}% +\indexlibrarymember{execution}{unseq}% \begin{itemdecl} inline constexpr execution::sequenced_policy execution::seq{ @\unspec@ }; inline constexpr execution::parallel_policy execution::par{ @\unspec@ };