tmp/tmp533m__ui/{from.md → to.md}
RENAMED
|
@@ -50,9 +50,12 @@ particular, `vector` [[vector]] and `deque` [[deque]] can be used.
|
|
| 50 |
[*Note 3*: `vector<bool>` is not a sequence container. — *end note*]
|
| 51 |
|
| 52 |
The program is ill-formed if `Key` is not the same type as
|
| 53 |
`KeyContainer::value_type`.
|
| 54 |
|
| 55 |
-
The effect of calling a
|
| 56 |
-
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
| 58 |
|
|
|
|
| 50 |
[*Note 3*: `vector<bool>` is not a sequence container. — *end note*]
|
| 51 |
|
| 52 |
The program is ill-formed if `Key` is not the same type as
|
| 53 |
`KeyContainer::value_type`.
|
| 54 |
|
| 55 |
+
The effect of calling a member function that takes a `sorted_unique_t`
|
| 56 |
+
argument with a range that is not sorted with respect to `key_comp()`,
|
| 57 |
+
or that contains equal elements, is undefined.
|
| 58 |
+
|
| 59 |
+
The types `iterator` and `const_iterator` meet the constexpr iterator
|
| 60 |
+
requirements [[iterator.requirements.general]].
|
| 61 |
|