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
version: 0.0.113-unknownhash package: boost-function:x64-windows
Example code:
#include <boost/function.hpp> int main() { return 0; }
Compile error log:
1>------ Build started: Project: ConsoleApplication_141_01, Configuration: Debug x64 ------ 1>ConsoleApplication_141_01.cpp 1>d:\my_vcpkg\installed\x64-windows\include\boost\function\detail\prologue.hpp(18): fatal error C1083: Cannot open include file: 'boost/mem_fn.hpp': No such file or directory 1>Done building project "ConsoleApplication_141_01.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The text was updated successfully, but these errors were encountered:
Fixed by #4049. Thanks for the PR!
Sorry, something went wrong.
No branches or pull requests
version: 0.0.113-unknownhash
package: boost-function:x64-windows
Example code:
Compile error log:
The text was updated successfully, but these errors were encountered: