-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[msgpack] update version to 6.0.0 and switch to the C++ branch #30401
Conversation
Sorry but it seems there was some issue with Github code search. "dependencies": [
"boost-numeric-conversion",
"boost-fusion",
"boost-optional",
"boost-variant"
], Could you please change them in the current port? |
@kotori2 Sure, this reduces the build time. |
Fixes #30389 #28117 #30615
Note: In the latest version,
msgpack
divides theC
andC++
libraries into different branches.The current port
msgpack
is supported as a C++library.The "supports" clause reflects platforms that may be fixed by this new versionAny fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.