-
Notifications
You must be signed in to change notification settings - Fork 789
Closed
Description
Line 6667 in c3bd02a
[[nodiscard]] virtual std::strong_ordering operator<=>(const X&) const = default; |
Line 6667 in c3bd02a
[[nodiscard]] virtual std::strong_ordering operator<=>(const X&) const = default; |
Lines 1969 to 1970 in c3bd02a
friend std::weak_ordering operator<=>(const S&, int); // \#1 | |
friend std::weak_ordering operator<=>(int, const S&); // \#2 |
Line 3940 in c3bd02a
std::partial_ordering operator<=>(@\placeholder{L}@, @\placeholder{R}@); |
To my understanding, basically all of these are wrong (including occurrences outside of synopses). We don't use std::
prefixes usually (especially not in synopses) with some exceptions such as std::move
.
Metadata
Metadata
Assignees
Labels
No labels