File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10213,13 +10213,13 @@
10213
10213
void current_path(const path& p);
10214
10214
void current_path(const path& p, error_code& ec) noexcept;
10215
10215
10216
+ bool equivalent(const path& p1, const path& p2);
10217
+ bool equivalent(const path& p1, const path& p2, error_code& ec) noexcept;
10218
+
10216
10219
bool exists(file_status s) noexcept;
10217
10220
bool exists(const path& p);
10218
10221
bool exists(const path& p, error_code& ec) noexcept;
10219
10222
10220
- bool equivalent(const path& p1, const path& p2);
10221
- bool equivalent(const path& p1, const path& p2, error_code& ec) noexcept;
10222
-
10223
10223
uintmax_t file_size(const path& p);
10224
10224
uintmax_t file_size(const path& p, error_code& ec) noexcept;
10225
10225
You can’t perform that action at this time.
0 commit comments