mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Attempted fixes for MacOS compilation
This commit is contained in:
parent
73ae8f4d85
commit
b5ea03133d
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user