Skip to content

Remove deprecated std::unary_function in Boost container_hash#356

Merged
miketout merged 1 commit intomiketout:devfrom
Asherda:patch-boost
Apr 7, 2025
Merged

Remove deprecated std::unary_function in Boost container_hash#356
miketout merged 1 commit intomiketout:devfrom
Asherda:patch-boost

Conversation

@Asherda
Copy link
Copy Markdown

@Asherda Asherda commented Apr 7, 2025

No description provided.

Boost container_hash (included via functional -> multi_index) uses std::unary_function, which was deprecated in C++11 and removed in C++14.
This patch updates the Boost library to avoid using std::unary_function, preventing potential issues with newer C++ standards.
@miketout miketout merged commit be86a89 into miketout:dev Apr 7, 2025
@Asherda Asherda deleted the patch-boost branch August 24, 2025 02:34
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.

3 participants