From Jason Turner

[tuple.general]

Diff to HTML by rtfpessoa

tmp/tmp3_dm95lt/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ### In general <a id="tuple.general">[[tuple.general]]</a>
2
 
3
- This subclause describes the tuple library that provides a tuple type as
4
- the class template `tuple` that can be instantiated with any number of
5
- arguments. Each template argument specifies the type of an element in
6
- the `tuple`. Consequently, tuples are heterogeneous, fixed-size
7
- collections of values. An instantiation of `tuple` with two arguments is
8
- similar to an instantiation of `pair` with the same two arguments. See 
9
- [[pairs]].
10
 
 
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