From Jason Turner

[defns.valid]

Diff to HTML by rtfpessoa

tmp/tmpi5c4ma0o/{from.md → to.md} RENAMED
@@ -1,9 +0,0 @@
1
- #### 27 valid but unspecified state <a id="defns.valid">[[defns.valid]]</a>
2
-
3
- an object state that is not specified except that the object’s
4
- invariants are met and operations on the object behave as specified for
5
- its type
6
- If an object `x` of type `std::vector<int>` is in a valid but
7
- unspecified state, `x.empty()` can be called unconditionally, and
8
- `x.front()` can be called only if `x.empty()` returns `false`.
9
-