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
msvc: fix issues with vs 17.3 #10913
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested
|
while this is currently needed to build on vs preview, i'm not sure if the |
|
Simple repro case: https://godbolt.org/z/YEGEr4zGn I don't see why a default parameter would change anything as far as the standard is concerned. Interestingly, MSVC doesn't complain when using |
|
Thanks, I'm just going to report it as a msvc bug and see what they say :-) |
|
The std::unique_ptr change is expected c++23 behavior: https://github.com/microsoft/STL/pull/2582/files |
std::unique_ptr can't/won't call deleter on incomplete type generated warning on vs 17.3.0 preview 5.0
No description provided.