This is an archive of the discontinued LLVM Phabricator instance.

[libc++][spaceship] P1614R2: Added `operator==` to `file_status`
ClosedPublic

Authored by H-G-Hristov on Jun 11 2023, 12:55 AM.

Details

Summary

Implemented parts of P1614R2:

  • Added operator== to file_status

Diff Detail

Event Timeline

H-G-Hristov created this revision.Jun 11 2023, 12:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 12:55 AM
Herald added a subscriber: yaxunl. · View Herald Transcript

Try to fix CI

Try to fix CI

H-G-Hristov published this revision for review.Jun 11 2023, 10:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 10:57 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jun 12 2023, 9:16 AM

LGTM!

libcxx/include/filesystem
251–275

Thanks!

This revision is now accepted and ready to land.Jun 12 2023, 9:16 AM