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
Host Environment
To Reproduce Steps to reproduce the behavior: ./vcpkg install crossguid
./vcpkg install crossguid
Failure logs vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/src/guid.cpp:403:7: error: unused function 'swap' [-Werror,-Wunused-function] void swap(xg::Guid &lhs, xg::Guid &rhs)
Additional context Add any other context about the problem here, such as what you have already tried to resolve the issue.
The text was updated successfully, but these errors were encountered:
Hi @cmaughan
Thanks for posting this issue.
It's duplicated to #15594, let's track this issue there.
Sorry, something went wrong.
NancyLi1013
No branches or pull requests
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install crossguid
Failure logs
vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/src/guid.cpp:403:7: error: unused function 'swap' [-Werror,-Wunused-function]
void swap(xg::Guid &lhs, xg::Guid &rhs)
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
The text was updated successfully, but these errors were encountered: