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

fix the compilation failure caused by the failure to find std::max #7664

Merged
merged 1 commit into from May 11, 2024

Conversation

zzlhyly
Copy link
Contributor

@zzlhyly zzlhyly commented Apr 27, 2024

When I was using libtorrent 2.0.10 on Windows, I encountered a compilation error.

Here is my compilation environment:

Visual Studio 2019 16.4.12
CMake 3.28.0
Boost 1.82.0 (installed by vcpkg)
And so on.

The compilation error reported that it could not find std::max in libtorrent\include\libtorrent\aux_\heterogeneous_queue.h.

I believe this issue can be fixed with the patch I have discovered.

@arvidn
Copy link
Owner

arvidn commented May 11, 2024

thanks!

@arvidn arvidn merged commit 2f23cd1 into arvidn:RC_2_0 May 11, 2024
43 of 44 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.

None yet

2 participants