From Jason Turner

[tuple.general]

Diff to HTML by rtfpessoa

tmp/tmpk5q37c3m/{from.md → to.md} RENAMED
@@ -1,10 +1,14 @@
1
- ### In general <a id="tuple.general">[[tuple.general]]</a>
2
 
3
  Subclause  [[tuple]] describes the tuple library that provides a tuple
4
  type as the class template `tuple` that can be instantiated with any
5
  number of arguments. Each template argument specifies the type of an
6
  element in the `tuple`. Consequently, tuples are heterogeneous,
7
  fixed-size collections of values. An instantiation of `tuple` with two
8
  arguments is similar to an instantiation of `pair` with the same two
9
  arguments. See  [[pairs]].
10
 
 
 
 
 
 
1
+ ### General <a id="tuple.general">[[tuple.general]]</a>
2
 
3
  Subclause  [[tuple]] describes the tuple library that provides a tuple
4
  type as the class template `tuple` that can be instantiated with any
5
  number of arguments. Each template argument specifies the type of an
6
  element in the `tuple`. Consequently, tuples are heterogeneous,
7
  fixed-size collections of values. An instantiation of `tuple` with two
8
  arguments is similar to an instantiation of `pair` with the same two
9
  arguments. See  [[pairs]].
10
 
11
+ In addition to being available via inclusion of the `<tuple>` header,
12
+ `ignore` [[tuple.syn]] is available when `<utility>` [[utility]] is
13
+ included.
14
+