tmp/tmpo8umccm9/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
void clear() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Ensures:* `empty()
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
path& make_preferred();
|
| 11 |
```
|
| 12 |
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
void clear() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Ensures:* `empty()` is `true`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
path& make_preferred();
|
| 11 |
```
|
| 12 |
|