Update release

This commit is contained in:
vczh
2023-04-30 02:21:30 -07:00
parent 878bab1564
commit 422305a3fa
17 changed files with 1407 additions and 1264 deletions
+2 -2
View File
@@ -5681,12 +5681,12 @@ WfStructInstance
}
auto result = af <=> bf;
if (result < 0) return IBoxedValue::Smaller;
if (result > 0) return IBoxedValue::Greater;
if constexpr (std::is_same_v<decltype(result), std::partial_ordering>)
{
if (result == std::partial_ordering::unordered) return IBoxedValue::NotComparable;
}
if (result < 0) return IBoxedValue::Smaller;
if (result > 0) return IBoxedValue::Greater;
if (p == ap) ai++;
if (p == bp) bi++;