We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5095a commit acab9e5Copy full SHA for acab9e5
source/containers.tex
@@ -15581,8 +15581,7 @@
15581
may appear in deduction guides for container adaptors:
15582
\begin{codeblock}
15583
template<class Allocator, class T>
15584
- using @\exposid{alloc-rebind}@ = // \expos
15585
- typename allocator_traits<Allocator>::template rebind_alloc<T>;
+ using @\exposid{alloc-rebind}@ = allocator_traits<Allocator>::template rebind_alloc<T>; // \expos
15586
\end{codeblock}
15587
15588
\rSec2[queue.syn]{Header \tcode{<queue>} synopsis}
0 commit comments