From Jason Turner

[allocator.traits.types]

Diff to HTML by rtfpessoa

tmp/tmpoucxn601/{from.md → to.md} RENAMED
@@ -38,11 +38,11 @@ typedef see below difference_type;
38
  ``` cpp
39
  typedef see below size_type;
40
  ```
41
 
42
  *Type:* `Alloc::size_type` if such a type exists; otherwise,
43
- `make_unsigned<difference_type>::type`.
44
 
45
  ``` cpp
46
  typedef see below propagate_on_container_copy_assignment;
47
  ```
48
 
 
38
  ``` cpp
39
  typedef see below size_type;
40
  ```
41
 
42
  *Type:* `Alloc::size_type` if such a type exists; otherwise,
43
+ `make_unsigned_t<difference_type>`.
44
 
45
  ``` cpp
46
  typedef see below propagate_on_container_copy_assignment;
47
  ```
48