diff --git a/source/containers.tex b/source/containers.tex index 59df542c1f..f9aac13da4 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -13682,6 +13682,10 @@ template struct uses_allocator, Alloc>; + // \ref{container.adaptors.format}, formatter specialization for \tcode{queue} + template Container> + struct formatter, charT>; + // \ref{priority.queue}, class template \tcode{priority_queue} template, class Compare = less> @@ -13692,6 +13696,10 @@ priority_queue& y) noexcept(noexcept(x.swap(y))); template struct uses_allocator, Alloc>; + + // \ref{container.adaptors.format}, formatter specialization for \tcode{priority_queue} + template Container, class Compare> + struct formatter, charT>; } \end{codeblock}