This is an archive of the discontinued LLVM Phabricator instance.

[libc++][spaceship] Implement `operator<=>` for `forward_list`
ClosedPublic

Authored by H-G-Hristov on Mar 2 2023, 10:47 AM.

Details

Summary

Implemented operator<=> for forward_list

Diff Detail

Event Timeline

H-G-Hristov created this revision.Mar 2 2023, 10:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2023, 10:47 AM
Herald added a subscriber: yaxunl. · View Herald Transcript
H-G-Hristov requested review of this revision.Mar 2 2023, 10:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2023, 10:47 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
  • Updated paper
  • Updated paper
  • Added missing _LIBCPP_HIDE_FROM_ABI
philnik accepted this revision.Mar 3 2023, 4:33 AM
philnik added a subscriber: philnik.

LGTM!

This revision is now accepted and ready to land.Mar 3 2023, 4:33 AM
This revision was automatically updated to reflect the committed changes.

@philnik Thank you for commiting!