We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to build my application (x64 linux). But the compiler writes that "asio_handler_invoke" is not exists.
clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/n08i40k/llvm-project/bin
cmake version 3.28.1
Boost 1.84.0 (installed using vcpkg, x64-linux template)
https://pastebin.com/G9ifsxhp
The text was updated successfully, but these errors were encountered:
What is interesting is that the program for windows x64 compiles without errors.
Sorry, something went wrong.
I rolled back the boost version to 1.82.0 and the build was successful
No branches or pull requests
I'm trying to build my application (x64 linux).
But the compiler writes that "asio_handler_invoke" is not exists.
https://pastebin.com/G9ifsxhp
The text was updated successfully, but these errors were encountered: