Skip to content

Commit dead61f

Browse files
jwakelyzygoloid
authored andcommitted
[fs.filesystem.syn] fix ordering of exists and equivalent
1 parent ac3ed31 commit dead61f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10213,13 +10213,13 @@
1021310213
void current_path(const path& p);
1021410214
void current_path(const path& p, error_code& ec) noexcept;
1021510215

10216+
bool equivalent(const path& p1, const path& p2);
10217+
bool equivalent(const path& p1, const path& p2, error_code& ec) noexcept;
10218+
1021610219
bool exists(file_status s) noexcept;
1021710220
bool exists(const path& p);
1021810221
bool exists(const path& p, error_code& ec) noexcept;
1021910222

10220-
bool equivalent(const path& p1, const path& p2);
10221-
bool equivalent(const path& p1, const path& p2, error_code& ec) noexcept;
10222-
1022310223
uintmax_t file_size(const path& p);
1022410224
uintmax_t file_size(const path& p, error_code& ec) noexcept;
1022510225

0 commit comments

Comments
 (0)