From Jason Turner

[fs.op.equivalent]

Diff to HTML by rtfpessoa

tmp/tmpx2oab1ji/{from.md → to.md} RENAMED
@@ -7,11 +7,11 @@ bool filesystem::equivalent(const path& p1, const path& p2, error_code& ec) noex
7
 
8
  Two paths are considered to resolve to the same file system entity if
9
  two candidate entities reside on the same device at the same location.
10
 
11
  [*Note 1*: On POSIX platforms, this is determined as if by the values
12
- of the POSIX `stat` class, obtained as if by `stat()` for the two paths,
13
  having equal `st_dev` values and equal `st_ino` values. — *end note*]
14
 
15
  *Returns:* `true`, if `p1` and `p2` resolve to the same file system
16
  entity, otherwise `false`. The signature with argument `ec` returns
17
  `false` if an error occurs.
 
7
 
8
  Two paths are considered to resolve to the same file system entity if
9
  two candidate entities reside on the same device at the same location.
10
 
11
  [*Note 1*: On POSIX platforms, this is determined as if by the values
12
+ of the POSIX `stat` class, obtained as if by `stat` for the two paths,
13
  having equal `st_dev` values and equal `st_ino` values. — *end note*]
14
 
15
  *Returns:* `true`, if `p1` and `p2` resolve to the same file system
16
  entity, otherwise `false`. The signature with argument `ec` returns
17
  `false` if an error occurs.