tmp/tmp49vqgguv/{from.md → to.md}
RENAMED
|
@@ -62,10 +62,12 @@ The program is ill-formed if `Key` is not the same type as
|
|
| 62 |
|
| 63 |
The effect of calling a constructor that takes both `key_container_type`
|
| 64 |
and `mapped_container_type` arguments with containers of different sizes
|
| 65 |
is undefined.
|
| 66 |
|
| 67 |
-
The effect of calling a
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
|
|
|
|
|
|
| 71 |
|
|
|
|
| 62 |
|
| 63 |
The effect of calling a constructor that takes both `key_container_type`
|
| 64 |
and `mapped_container_type` arguments with containers of different sizes
|
| 65 |
is undefined.
|
| 66 |
|
| 67 |
+
The effect of calling a member function that takes a `sorted_unique_t`
|
| 68 |
+
argument with a container, containers, or range that is not sorted with
|
| 69 |
+
respect to `key_comp()`, or that contains equal elements, is undefined.
|
| 70 |
+
|
| 71 |
+
The types `iterator` and `const_iterator` meet the constexpr iterator
|
| 72 |
+
requirements [[iterator.requirements.general]].
|
| 73 |
|