tmp/tmpjd1b75fu/{from.md → to.md}
RENAMED
|
@@ -3,11 +3,11 @@
|
|
| 3 |
``` cpp
|
| 4 |
void filesystem::rename(const path& old_p, const path& new_p);
|
| 5 |
void filesystem::rename(const path& old_p, const path& new_p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
-
*Effects:* Renames `old_p` to `new_p`, as if by POSIX `rename
|
| 9 |
|
| 10 |
[*Note 1*:
|
| 11 |
|
| 12 |
- If `old_p` and `new_p` resolve to the same existing file, no action is
|
| 13 |
taken.
|
|
|
|
| 3 |
``` cpp
|
| 4 |
void filesystem::rename(const path& old_p, const path& new_p);
|
| 5 |
void filesystem::rename(const path& old_p, const path& new_p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
+
*Effects:* Renames `old_p` to `new_p`, as if by POSIX `rename`.
|
| 9 |
|
| 10 |
[*Note 1*:
|
| 11 |
|
| 12 |
- If `old_p` and `new_p` resolve to the same existing file, no action is
|
| 13 |
taken.
|