Skip to content

Commit ced2c38

Browse files
authored
[allocator.requirements.general] Remove redundant template syntax (#5872)
1 parent eb9872a commit ced2c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@
22342234
\end{itemdescr}
22352235

22362236
\begin{itemdecl}
2237-
typename X::template rebind<U>::other
2237+
typename X::rebind<U>::other
22382238
\end{itemdecl}
22392239

22402240
\begin{itemdescr}

0 commit comments

Comments
 (0)