tmp/tmptakx8csp/{from.md → to.md}
RENAMED
|
@@ -166,8 +166,8 @@ required to be dereferenceable nor to be in the domain of `==`.
|
|
| 166 |
void disable_recursion_pending();
|
| 167 |
```
|
| 168 |
|
| 169 |
*Ensures:* `recursion_pending() == false`.
|
| 170 |
|
| 171 |
-
[*Note 4*: `disable_recursion_pending
|
| 172 |
recursion into a directory. — *end note*]
|
| 173 |
|
|
|
|
| 166 |
void disable_recursion_pending();
|
| 167 |
```
|
| 168 |
|
| 169 |
*Ensures:* `recursion_pending() == false`.
|
| 170 |
|
| 171 |
+
[*Note 4*: `disable_recursion_pending()` is used to prevent unwanted
|
| 172 |
recursion into a directory. — *end note*]
|
| 173 |
|