From Jason Turner

[optional.general]

Diff to HTML by rtfpessoa

tmp/tmprtbdg2jp/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ### In general <a id="optional.general">[[optional.general]]</a>
2
 
3
- This subclause describes class template `optional` that represents
4
- optional objects. An *optional object* is an object that contains the
5
- storage for another object and manages the lifetime of this contained
6
- object, if any. The contained object may be initialized after the
7
- optional object has been initialized, and may be destroyed before the
8
- optional object has been destroyed. The initialization state of the
9
  contained object is tracked by the optional object.
10
 
 
1
  ### In general <a id="optional.general">[[optional.general]]</a>
2
 
3
+ Subclause  [[optional]] describes class template `optional` that
4
+ represents optional objects. An *optional object* is an object that
5
+ contains the storage for another object and manages the lifetime of this
6
+ contained object, if any. The contained object may be initialized after
7
+ the optional object has been initialized, and may be destroyed before
8
+ the optional object has been destroyed. The initialization state of the
9
  contained object is tracked by the optional object.
10