Skip to content

Commit acab9e5

Browse files
AlisdairMtkoeppe
authored andcommitted
[container.adaptors.general] Remove using typename from expos-only alias template
1 parent 3c5095a commit acab9e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/containers.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15581,8 +15581,7 @@
1558115581
may appear in deduction guides for container adaptors:
1558215582
\begin{codeblock}
1558315583
template<class Allocator, class T>
15584-
using @\exposid{alloc-rebind}@ = // \expos
15585-
typename allocator_traits<Allocator>::template rebind_alloc<T>;
15584+
using @\exposid{alloc-rebind}@ = allocator_traits<Allocator>::template rebind_alloc<T>; // \expos
1558615585
\end{codeblock}
1558715586

1558815587
\rSec2[queue.syn]{Header \tcode{<queue>} synopsis}

0 commit comments

Comments
 (0)