Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp #7902

Conversation

mj-xmr
Copy link
Contributor

@mj-xmr mj-xmr commented Aug 28, 2021

The error message was:
/run/build/monero/src/common/i18n.cpp:74:8: error: ‘transform’ is not a member of ‘std’
resulting from Boost 1.77 minimizing their headers. The above file assumed, that the <algorithm> header would be implicitly included by the Boost headers.

@luigi1111 luigi1111 merged commit 2222bea into monero-project:release-v0.17 Aug 29, 2021
@mj-xmr mj-xmr deleted the fix-boost-1.77-add-missing-algorithm-header branch August 30, 2021 07:25
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