From Jason Turner

[expos.only.types]

Diff to HTML by rtfpessoa

tmp/tmppvjdkmvy/{from.md → to.md} RENAMED
@@ -1,11 +1,9 @@
1
  ##### Exposition-only types <a id="expos.only.types">[[expos.only.types]]</a>
2
 
3
- Several types defined in Clauses  [[language.support]] through 
4
- [[thread]] and Annex  [[depr]] that are used as function parameter or
5
- return types are defined for the purpose of exposition only in order to
6
- capture their language linkage. The declarations of such types are
7
  followed by a comment ending in *exposition only*.
8
 
9
  [*Example 1*:
10
 
11
  ``` cpp
 
1
  ##### Exposition-only types <a id="expos.only.types">[[expos.only.types]]</a>
2
 
3
+ Several types defined in [[support]] through [[thread]] and [[depr]] are
4
+ defined for the purpose of exposition. The declaration of such a type is
 
 
5
  followed by a comment ending in *exposition only*.
6
 
7
  [*Example 1*:
8
 
9
  ``` cpp