From Jason Turner

[expected.general]

Diff to HTML by rtfpessoa

tmp/tmpi8t_o8m0/{from.md → to.md} RENAMED
@@ -1,7 +1,7 @@
1
- ### In general <a id="expected.general">[[expected.general]]</a>
2
 
3
  Subclause [[expected]] describes the class template `expected` that
4
  represents expected objects. An `expected<T, E>` object holds an object
5
- of type `T` or an object of type `unexpected<E>` and manages the
6
- lifetime of the contained objects.
7
 
 
1
+ ### General <a id="expected.general">[[expected.general]]</a>
2
 
3
  Subclause [[expected]] describes the class template `expected` that
4
  represents expected objects. An `expected<T, E>` object holds an object
5
+ of type `T` or an object of type `E` and manages the lifetime of the
6
+ contained objects.
7