tmp/tmp_hqi8tmi/{from.md → to.md}
RENAMED
|
@@ -9,11 +9,11 @@ operation other than the container’s hash function from within an
|
|
| 9 |
`insert` or `emplace` function inserting a single element, the insertion
|
| 10 |
has no effect.
|
| 11 |
|
| 12 |
For unordered associative containers, no `swap` function throws an
|
| 13 |
exception unless that exception is thrown by the swap of the container’s
|
| 14 |
-
Hash or Pred object (if any).
|
| 15 |
|
| 16 |
For unordered associative containers, if an exception is thrown from
|
| 17 |
within a `rehash()` function other than by the container’s hash function
|
| 18 |
or comparison function, the `rehash()` function has no effect.
|
| 19 |
|
|
|
|
| 9 |
`insert` or `emplace` function inserting a single element, the insertion
|
| 10 |
has no effect.
|
| 11 |
|
| 12 |
For unordered associative containers, no `swap` function throws an
|
| 13 |
exception unless that exception is thrown by the swap of the container’s
|
| 14 |
+
`Hash` or `Pred` object (if any).
|
| 15 |
|
| 16 |
For unordered associative containers, if an exception is thrown from
|
| 17 |
within a `rehash()` function other than by the container’s hash function
|
| 18 |
or comparison function, the `rehash()` function has no effect.
|
| 19 |
|