mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 14:46:20 +08:00
Update release
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user