From Jason Turner

[optional.general]

Diff to HTML by rtfpessoa

tmp/tmpjb_st8ef/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
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
 
1
+ ### 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