tmp/tmpld43ugzt/{from.md → to.md}
RENAMED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
void filesystem::create_symlink(const path& to, const path& new_symlink);
|
| 5 |
void filesystem::create_symlink(const path& to, const path& new_symlink,
|
| 6 |
error_code& ec) noexcept;
|
| 7 |
```
|
| 8 |
|
| 9 |
-
*Effects:* Establishes the postcondition, as if by POSIX `symlink
|
| 10 |
|
| 11 |
*Ensures:* `new_symlink` resolves to a symbolic link file that contains
|
| 12 |
an unspecified representation of `to`.
|
| 13 |
|
| 14 |
*Throws:* As specified in [[fs.err.report]].
|
|
|
|
| 4 |
void filesystem::create_symlink(const path& to, const path& new_symlink);
|
| 5 |
void filesystem::create_symlink(const path& to, const path& new_symlink,
|
| 6 |
error_code& ec) noexcept;
|
| 7 |
```
|
| 8 |
|
| 9 |
+
*Effects:* Establishes the postcondition, as if by POSIX `symlink`.
|
| 10 |
|
| 11 |
*Ensures:* `new_symlink` resolves to a symbolic link file that contains
|
| 12 |
an unspecified representation of `to`.
|
| 13 |
|
| 14 |
*Throws:* As specified in [[fs.err.report]].
|