Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@CaseyCarter
Copy link
Contributor

By qualifying _Ugly calls in vector::_Tidy, allocator's member functions, and _Destroy_range to avoid inadvertent ADL.

Fixes #3842

By qualifying `_Ugly` calls in `vector::_Tidy`, `allocator`'s member functions, and `_Destroy_range` to avoid inadvertent ADL.

Fixes microsoft#3842
@CaseyCarter CaseyCarter added the bug Something isn't working label Feb 7, 2024
@CaseyCarter CaseyCarter requested a review from a team as a code owner February 7, 2024 23:32
@StephanTLavavej StephanTLavavej self-assigned this Feb 12, 2024
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit b3dd271 into microsoft:main Feb 13, 2024
@StephanTLavavej
Copy link
Member

Thanks for fixing the most important destructor in the Standard Library! 🪄 😹 🛠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

<vector>: std::vector<std::shared_ptr<mytype<T>>> fails to compile when T is incomplete

2 participants