Skip to content

Commit b5ea031

Browse files
author
John Wellbelove
committed
Attempted fixes for MacOS compilation
1 parent 73ae8f4 commit b5ea031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_const_multiset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace
8585
return (lhs.k == rhs.k);
8686
}
8787

88-
#if !defined(ETL_NOT_USING_CPP23)
88+
#if ETL_NOT_USING_CPP23
8989
// Equality operator for Key != Key
9090
constexpr bool operator !=(const Key& lhs, const Key& rhs) noexcept
9191
{

test/test_const_multiset_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace
8686
return (lhs.k == rhs.k);
8787
}
8888

89-
#if !defined(ETL_NOT_USING_CPP23)
89+
#if ETL_NOT_USING_CPP23
9090
// Equality operator for Key != Key
9191
constexpr bool operator !=(const Key& lhs, const Key& rhs) noexcept
9292
{

0 commit comments

Comments
 (0)