Skip to content

Commit

Permalink
[stack.syn] Show the formatter specialization in the synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
frederick-vs-ja authored and tkoeppe committed Nov 8, 2023
1 parent 90720a3 commit e43aa89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13734,6 +13734,10 @@
void swap(stack<T, Container>& x, stack<T, Container>& y) noexcept(noexcept(x.swap(y)));
template<class T, class Container, class Alloc>
struct uses_allocator<stack<T, Container>, Alloc>;

// \ref{container.adaptors.format}, formatter specialization for \tcode{stack}
template<class charT, class T, @\libconcept{formattable}@<charT> Container>
struct formatter<stack<T, Container>, charT>;
}
\end{codeblock}

Expand Down

0 comments on commit e43aa89

Please sign in to comment.