This is an archive of the discontinued LLVM Phabricator instance.

[libc++][spaceship][NFC] Improved consistency - removed `inline` specifier for `operator<=>`
ClosedPublic

Authored by H-G-Hristov on May 23 2023, 1:05 PM.

Details

Summary

Removed inline specifier for consistency as discussed in D148416 previously.

Diff Detail

Event Timeline

H-G-Hristov created this revision.May 23 2023, 1:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 1:05 PM
Herald added a subscriber: yaxunl. · View Herald Transcript
H-G-Hristov published this revision for review.May 24 2023, 7:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 7:08 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.May 24 2023, 9:43 AM
Mordante added a subscriber: Mordante.

Thanks, LGTM!

This revision is now accepted and ready to land.May 24 2023, 9:43 AM