tmp/tmpzrkfdtth/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
### Container data races <a id="container.requirements.dataraces">[[container.requirements.dataraces]]</a>
|
| 2 |
|
| 3 |
-
For purposes of avoiding data races
|
| 4 |
implementations shall consider the following functions to be `const`:
|
| 5 |
`begin`, `end`, `rbegin`, `rend`, `front`, `back`, `data`, `find`,
|
| 6 |
`lower_bound`, `upper_bound`, `equal_range`, `at` and, except in
|
| 7 |
associative or unordered associative containers, `operator[]`.
|
| 8 |
|
|
|
|
| 1 |
### Container data races <a id="container.requirements.dataraces">[[container.requirements.dataraces]]</a>
|
| 2 |
|
| 3 |
+
For purposes of avoiding data races [[res.on.data.races]],
|
| 4 |
implementations shall consider the following functions to be `const`:
|
| 5 |
`begin`, `end`, `rbegin`, `rend`, `front`, `back`, `data`, `find`,
|
| 6 |
`lower_bound`, `upper_bound`, `equal_range`, `at` and, except in
|
| 7 |
associative or unordered associative containers, `operator[]`.
|
| 8 |
|