From Jason Turner

[fs.op.remove.all]

Diff to HTML by rtfpessoa

tmp/tmpap388d2y/{from.md → to.md} RENAMED
@@ -4,11 +4,11 @@
4
  uintmax_t filesystem::remove_all(const path& p);
5
  uintmax_t filesystem::remove_all(const path& p, error_code& ec);
6
  ```
7
 
8
  *Effects:* Recursively deletes the contents of `p` if it exists, then
9
- deletes file `p` itself, as if by POSIX `remove()`.
10
 
11
  [*Note 1*: A symbolic link is itself removed, rather than the file it
12
  resolves to. — *end note*]
13
 
14
  *Ensures:* `exists(symlink_status(p))` is `false`.
 
4
  uintmax_t filesystem::remove_all(const path& p);
5
  uintmax_t filesystem::remove_all(const path& p, error_code& ec);
6
  ```
7
 
8
  *Effects:* Recursively deletes the contents of `p` if it exists, then
9
+ deletes file `p` itself, as if by POSIX `remove`.
10
 
11
  [*Note 1*: A symbolic link is itself removed, rather than the file it
12
  resolves to. — *end note*]
13
 
14
  *Ensures:* `exists(symlink_status(p))` is `false`.