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
Per https://github.com/microsoft/STL/pull/3928/files#r1287824862, we need to qualify calls to the __ugly vector algorithms to avoid unintentional ADL e.g. when passing pointers-to-pointers-to-program-defined-types.
__ugly
The text was updated successfully, but these errors were encountered:
I think I'm doing this in #4004.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Per https://github.com/microsoft/STL/pull/3928/files#r1287824862, we need to qualify calls to the
__ugly
vector algorithms to avoid unintentional ADL e.g. when passing pointers-to-pointers-to-program-defined-types.The text was updated successfully, but these errors were encountered: