tmp/tmp4cqhfuoi/{from.md → to.md}
RENAMED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
void permissions(const path& p, perms prms, perm_options opts=perm_options::replace);
|
| 5 |
void permissions(const path& p, perms prms, error_code& ec) noexcept;
|
| 6 |
void permissions(const path& p, perms prms, perm_options opts, error_code& ec);
|
| 7 |
```
|
| 8 |
|
| 9 |
-
*
|
| 10 |
`add`, or `remove` is present in `opts`.
|
| 11 |
|
| 12 |
*Remarks:* The second signature behaves as if it had an additional
|
| 13 |
parameter `perm_options` `opts` with an argument of
|
| 14 |
`perm_options::replace`.
|
|
|
|
| 4 |
void permissions(const path& p, perms prms, perm_options opts=perm_options::replace);
|
| 5 |
void permissions(const path& p, perms prms, error_code& ec) noexcept;
|
| 6 |
void permissions(const path& p, perms prms, perm_options opts, error_code& ec);
|
| 7 |
```
|
| 8 |
|
| 9 |
+
*Preconditions:* Exactly one of the `perm_options` constants `replace`,
|
| 10 |
`add`, or `remove` is present in `opts`.
|
| 11 |
|
| 12 |
*Remarks:* The second signature behaves as if it had an additional
|
| 13 |
parameter `perm_options` `opts` with an argument of
|
| 14 |
`perm_options::replace`.
|