@@ -105,7 +105,7 @@ index d82cf5ab4a4e..7eee69db66a3 100644
105105 namespace Qt {
106106
107107 class weak_ordering;
108- @@ -157 ,12 +183 ,18 @@ public:
108+ @@ -156 ,12 +182 ,18 @@ public:
109109 constexpr Q_IMPLICIT operator std::partial_ordering() const noexcept
110110 {
111111 static_assert(sizeof(*this) == sizeof(std::partial_ordering));
@@ -127,15 +127,15 @@ index d82cf5ab4a4e..7eee69db66a3 100644
127127 switch (m_order) {
128128 case qToUnderlying(O::Less): return R::less;
129129 case qToUnderlying(O::Greater): return R::greater;
130- @@ -170 ,7 +202 ,6 @@ public:
130+ @@ -169 ,7 +201 ,6 @@ public:
131131 case qToUnderlying(U::Unordered): return R::unordered;
132132 }
133133 Q_UNREACHABLE_RETURN(R::unordered);
134134- #endif // __cpp_lib_bit_cast
135135 }
136136
137137 friend constexpr bool operator==(partial_ordering lhs, std::partial_ordering rhs) noexcept
138- @@ -349 ,18 +380 ,18 @@ public:
138+ @@ -347 ,18 +378 ,18 @@ public:
139139 constexpr Q_IMPLICIT operator std::weak_ordering() const noexcept
140140 {
141141 static_assert(sizeof(*this) == sizeof(std::weak_ordering));
@@ -158,7 +158,7 @@ index d82cf5ab4a4e..7eee69db66a3 100644
158158 }
159159
160160 friend constexpr bool operator==(weak_ordering lhs, std::weak_ordering rhs) noexcept
161- @@ -547 ,18 +578 ,18 @@ public:
161+ @@ -542 ,18 +573 ,18 @@ public:
162162 constexpr Q_IMPLICIT operator std::strong_ordering() const noexcept
163163 {
164164 static_assert(sizeof(*this) == sizeof(std::strong_ordering));
@@ -181,7 +181,7 @@ index d82cf5ab4a4e..7eee69db66a3 100644
181181 }
182182
183183 friend constexpr bool operator==(strong_ordering lhs, std::strong_ordering rhs) noexcept
184- @@ -625 ,6 +656 ,8 @@ inline constexpr strong_ordering strong_ordering::greater(QtPrivate::Ordering::G
184+ @@ -620 ,6 +651 ,8 @@ inline constexpr strong_ordering strong_ordering::greater(QtPrivate::Ordering::G
185185
186186 } // namespace Qt
187187
0 commit comments