From Jason Turner

[fs.op.file.size]

Diff to HTML by rtfpessoa

tmp/tmpyp9phfa7/{from.md → to.md} RENAMED
@@ -10,11 +10,11 @@ reported [[fs.err.report]].
10
 
11
  *Returns:*
12
 
13
  - If `is_regular_file(p)`, the size in bytes of the file `p` resolves
14
  to, determined as if by the value of the POSIX `stat` class member
15
- `st_size` obtained as if by POSIX `stat()`.
16
  - Otherwise, the result is *implementation-defined*.
17
 
18
  The signature with argument `ec` returns `static_cast<uintmax_t>(-1)` if
19
  an error occurs.
20
 
 
10
 
11
  *Returns:*
12
 
13
  - If `is_regular_file(p)`, the size in bytes of the file `p` resolves
14
  to, determined as if by the value of the POSIX `stat` class member
15
+ `st_size` obtained as if by POSIX `stat`.
16
  - Otherwise, the result is *implementation-defined*.
17
 
18
  The signature with argument `ec` returns `static_cast<uintmax_t>(-1)` if
19
  an error occurs.
20