fix(miscellaneous): fix requires for FUnreachableSentinel::operator==
This commit is contained in:
parent
ba9d35c1ff
commit
5131fd6eae
@ -437,7 +437,7 @@ struct FUnreachableSentinel
|
||||
{
|
||||
explicit FUnreachableSentinel() = default;
|
||||
|
||||
template<CInputOrOutputIterator I>
|
||||
template <CWeaklyIncrementable I>
|
||||
NODISCARD FORCEINLINE constexpr bool operator==(const I&) const& { return false; }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user