Skip to content

Commit e43aa89

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[stack.syn] Show the formatter specialization in the synopsis
1 parent 90720a3 commit e43aa89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/containers.tex

+4
Original file line numberDiff line numberDiff line change
@@ -13734,6 +13734,10 @@
1373413734
void swap(stack<T, Container>& x, stack<T, Container>& y) noexcept(noexcept(x.swap(y)));
1373513735
template<class T, class Container, class Alloc>
1373613736
struct uses_allocator<stack<T, Container>, Alloc>;
13737+
13738+
// \ref{container.adaptors.format}, formatter specialization for \tcode{stack}
13739+
template<class charT, class T, @\libconcept{formattable}@<charT> Container>
13740+
struct formatter<stack<T, Container>, charT>;
1373713741
}
1373813742
\end{codeblock}
1373913743

0 commit comments

Comments
 (0)