From Jason Turner

[stack.syn]

Diff to HTML by rtfpessoa

tmp/tmp7002zmlc/{from.md → to.md} RENAMED
@@ -3,10 +3,11 @@
3
  ``` cpp
4
  #include <compare> // see [compare.syn]
5
  #include <initializer_list> // see [initializer.list.syn]
6
 
7
  namespace std {
 
8
  template<class T, class Container = deque<T>> class stack;
9
 
10
  template<class T, class Container>
11
  bool operator==(const stack<T, Container>& x, const stack<T, Container>& y);
12
  template<class T, class Container>
 
3
  ``` cpp
4
  #include <compare> // see [compare.syn]
5
  #include <initializer_list> // see [initializer.list.syn]
6
 
7
  namespace std {
8
+ // [stack], class template stack
9
  template<class T, class Container = deque<T>> class stack;
10
 
11
  template<class T, class Container>
12
  bool operator==(const stack<T, Container>& x, const stack<T, Container>& y);
13
  template<class T, class Container>