Attempted fixes for MacOS compilation

This commit is contained in:
John Wellbelove 2025-09-04 14:35:16 +01:00
parent 73ae8f4d85
commit b5ea03133d
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ namespace
return (lhs.k == rhs.k);
}
#if !defined(ETL_NOT_USING_CPP23)
#if ETL_NOT_USING_CPP23
// Equality operator for Key != Key
constexpr bool operator !=(const Key& lhs, const Key& rhs) noexcept
{

View File

@ -86,7 +86,7 @@ namespace
return (lhs.k == rhs.k);
}
#if !defined(ETL_NOT_USING_CPP23)
#if ETL_NOT_USING_CPP23
// Equality operator for Key != Key
constexpr bool operator !=(const Key& lhs, const Key& rhs) noexcept
{