From Jason Turner

[tuple.traits]

Diff to HTML by rtfpessoa

tmp/tmpjku3_rou/{from.md → to.md} RENAMED
@@ -6,9 +6,9 @@ template <class... Types, class Alloc>
6
  ```
7
 
8
  *Requires:* `Alloc` shall be an
9
  `Allocator` ([[allocator.requirements]]).
10
 
11
- Specialization of this trait informs other library components that
12
- `tuple` can be constructed with an allocator, even though it does not
13
- have a nested `allocator_type`.
14
 
 
6
  ```
7
 
8
  *Requires:* `Alloc` shall be an
9
  `Allocator` ([[allocator.requirements]]).
10
 
11
+ [*Note 1*: Specialization of this trait informs other library
12
+ components that `tuple` can be constructed with an allocator, even
13
+ though it does not have a nested `allocator_type`. — *end note*]
14