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
Compiling with Clang 16 shipped with macOS Sequoia (15.0) gives some errors. There are likely more.
n file included from src/Ice/generated/Process.cpp:23: include/Ice/OutgoingAsync.h:359:32: error: declaration shadows a local variable [-Werror,-Wshadow-uncaptured-local] 359 | _response = [this, response = std::move(response)](bool ok) | ^ include/Ice/OutgoingAsync.h:353:36: note: previous declaration is here 353 | std::function<void(R)> response, | ^ include/Ice/OutgoingAsync.h:395:32: error: declaration shadows a local variable [-Werror,-Wshadow-uncaptured-local] 395 | _response = [this, response = std::move(response)](bool ok) | ^ ...
See
The text was updated successfully, but these errors were encountered:
2e3b3a0
externl
Successfully merging a pull request may close this issue.
Compiling with Clang 16 shipped with macOS Sequoia (15.0) gives some errors. There are likely more.
See
The text was updated successfully, but these errors were encountered: