-
Notifications
You must be signed in to change notification settings - Fork 1.6k
<system_error> Enable [[msvc::noop_dtor]] from Visual Studio 2019 version 16.8. #1016
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
Conversation
|
Great, now we just need the entirety of declspec also ported to C++11 attributes 😄 |
Co-authored-by: Casey Carter <cartec69@gmail.com>
StephanTLavavej
left a comment
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.
Can you add a PR description, explaining briefly what [[msvc::noop_dtor]] is, and why we want to use it in the STL?
This comment has been minimized.
This comment has been minimized.
|
Is there public documentation for this attribute somewhere? |
No, it's only in nightly builds of the compiler right now; though the rationale for it is effectively this comment block: Line 518 in c98779f
|
StephanTLavavej
left a comment
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.
One more round of questions, then I think this will be good to go! 😸
StephanTLavavej
left a comment
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.
I had questions about ctor noexcept and brace style, but I don't think they should block merging. (I would still like a one-line PR description to be edited in though)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…sion 16.8. (microsoft#1016) Co-authored-by: Casey Carter <cartec69@gmail.com> Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>

No description provided.