Skip to content

Conversation

@georgthegreat
Copy link
Contributor

No description provided.

template < typename Heap1, typename Heap2 >
bool value_equality( Heap1 const& lhs, Heap2 const& rhs, typename Heap1::value_type lval, typename Heap2::value_type rval )
{
[[maybe_unused]] rhs;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe_unused is c++17, this library is still c++14. boost::ignore_unused would be more compatible.

also, please use spaces instead of tabs (or ideally use pre-commit to format the code

@georgthegreat
Copy link
Contributor Author

The syntax turned out to be incorrect, so I changed it to (void)rhs;

@timblechmann timblechmann merged commit 7db5d9d into boostorg:develop Dec 27, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants