add nothrow to windows files#3797
Conversation
|
Thanks for your pull request, @WalterBright! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + druntime#3797" |
|
blocking dlang/dmd#13960 |
Like mentioned in the other PR, this doesn't unblock dmd, because the newest DMD source needs to be compilable with 5 year old DMD as well. |
|
This is ok just as adding If you desperately want to add the attributes while also compiling with older versions of dmd, you'll have to redeclare the interface and functions in vsoptions.d: |
|
ping @WalterBright |
rainers
left a comment
There was a problem hiding this comment.
These changes are ok and non-breaking, because they don't affect the interfaces.
No description provided.