From Jason Turner

[allocator.globals]

Diff to HTML by rtfpessoa

tmp/tmp9k9uq9kr/{from.md → to.md} RENAMED
@@ -1,16 +1,16 @@
1
  #### `allocator` globals <a id="allocator.globals">[[allocator.globals]]</a>
2
 
3
  ``` cpp
4
- template <class T1, class T2>
5
- bool operator==(const allocator<T1>&, const allocator<T2>&) noexcept;
6
  ```
7
 
8
  *Returns:* `true`.
9
 
10
  ``` cpp
11
- template <class T1, class T2>
12
- bool operator!=(const allocator<T1>&, const allocator<T2>&) noexcept;
13
  ```
14
 
15
  *Returns:* `false`.
16
 
 
1
  #### `allocator` globals <a id="allocator.globals">[[allocator.globals]]</a>
2
 
3
  ``` cpp
4
+ template <class T, class U>
5
+ bool operator==(const allocator<T>&, const allocator<U>&) noexcept;
6
  ```
7
 
8
  *Returns:* `true`.
9
 
10
  ``` cpp
11
+ template <class T, class U>
12
+ bool operator!=(const allocator<T>&, const allocator<U>&) noexcept;
13
  ```
14
 
15
  *Returns:* `false`.
16