mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Attempted fixes for MacOS compilation
This commit is contained in:
parent
2d1af2dfb6
commit
73ae8f4d85
@ -85,7 +85,7 @@ namespace
|
||||
return (lhs.k == rhs.k);
|
||||
}
|
||||
|
||||
#if !defined(ETL_DEVELOPMENT_OS_APPLE)
|
||||
#if !defined(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_DEVELOPMENT_OS_APPLE)
|
||||
#if !defined(ETL_NOT_USING_CPP23)
|
||||
// Equality operator for Key != Key
|
||||
constexpr bool operator !=(const Key& lhs, const Key& rhs) noexcept
|
||||
{
|
||||
|
||||
@ -88,7 +88,7 @@ namespace
|
||||
return (lhs.k == rhs.k);
|
||||
}
|
||||
|
||||
#if !defined(ETL_DEVELOPMENT_OS_APPLE)
|
||||
#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