From Jason Turner

[fs.op.resize.file]

Diff to HTML by rtfpessoa

tmp/tmpbc4bmwqu/{from.md → to.md} RENAMED
@@ -4,9 +4,9 @@
4
  void filesystem::resize_file(const path& p, uintmax_t new_size);
5
  void filesystem::resize_file(const path& p, uintmax_t new_size, error_code& ec) noexcept;
6
  ```
7
 
8
  *Effects:* Causes the size that would be returned by `file_size(p)` to
9
- be equal to `new_size`, as if by POSIX `truncate()`.
10
 
11
  *Throws:* As specified in  [[fs.err.report]].
12
 
 
4
  void filesystem::resize_file(const path& p, uintmax_t new_size);
5
  void filesystem::resize_file(const path& p, uintmax_t new_size, error_code& ec) noexcept;
6
  ```
7
 
8
  *Effects:* Causes the size that would be returned by `file_size(p)` to
9
+ be equal to `new_size`, as if by POSIX `truncate`.
10
 
11
  *Throws:* As specified in  [[fs.err.report]].
12