From ced2c3866cb3d410c812fa3c359058d185aec329 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Wed, 23 Oct 2024 13:47:18 -0400 Subject: [PATCH] [allocator.requirements.general] Remove redundant template syntax (#5872) --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 7d17d8898c..96458fbd04 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -2234,7 +2234,7 @@ \end{itemdescr} \begin{itemdecl} -typename X::template rebind::other +typename X::rebind::other \end{itemdecl} \begin{itemdescr}