From Jason Turner

[fs.op.remove.all]

Diff to HTML by rtfpessoa

tmp/tmpbo0em23s/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  #### Remove all <a id="fs.op.remove.all">[[fs.op.remove.all]]</a>
2
 
3
  ``` cpp
4
- uintmax_t remove_all(const path& p);
5
- uintmax_t 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
 
 
1
  #### Remove all <a id="fs.op.remove.all">[[fs.op.remove.all]]</a>
2
 
3
  ``` cpp
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