From de65b2b8b5098bdcee0a96bc6aa75a34b5473eac Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Tue, 4 Nov 2025 06:31:59 -1000 Subject: [PATCH] [container.adaptors.general] Remove using typename from expos-only alias template --- source/containers.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 0d17ec664f..e197ec6e95 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -15581,8 +15581,7 @@ may appear in deduction guides for container adaptors: \begin{codeblock} template - using @\exposid{alloc-rebind}@ = // \expos - typename allocator_traits::template rebind_alloc; + using @\exposid{alloc-rebind}@ = allocator_traits::template rebind_alloc; // \expos \end{codeblock} \rSec2[queue.syn]{Header \tcode{} synopsis}