We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08176f9 commit 1d87526Copy full SHA for 1d87526
include/stdsharp/compare/compare.h
@@ -15,7 +15,7 @@ namespace stdsharp
15
return c == std::partial_ordering::unordered;
16
}
17
18
- constexpr bool comform_to(const std::partial_ordering l, decltype(l) r) noexcept
+ constexpr bool conform_to(const std::partial_ordering l, decltype(l) r) noexcept
19
{
20
return is_eq(l) || l == r;
21
0 commit comments