From 6d0ca55a18f5e2546330cf62335151ec25a550ec Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 6 Oct 2025 18:18:03 +0200 Subject: [PATCH] [exec.cmplsig] Add 'value_types_of_t' to index --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index c29c90f8d8..e536a12235 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -6143,7 +6143,7 @@ template class Tuple = @\exposid{decayed-tuple}@, template class Variant = @\exposid{variant-or-empty}@> requires @\libconcept{sender_in}@ - using value_types_of_t = + using @\libglobal{value_types_of_t}@ = @\exposid{gather-signatures}@, Tuple, Variant>; template,