[Issue 18891] extern(C++) destructor prototype should just link; not generate field/aggregate dtor

2018-05-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18891

--- Comment #2 from Manu  ---
This happens on my home PC and my work PC too. VS2015.

--


[Issue 18891] extern(C++) destructor prototype should just link; not generate field/aggregate dtor

2018-05-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18891

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18891] extern(C++) destructor prototype should just link; not generate field/aggregate dtor

2018-05-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18891

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/8863b8ed927b8f5d935fe40ea19c7e30d5040b1d
Fix issue 18891 - extern(C++) destructor prototype should just link; not
generate field/aggregate dtor

https://github.com/dlang/dmd/commit/64b4e150e4e25e77a69d5df3991ded4559513275
Merge pull request #8275 from TurkeyMan/extern_cpp_dtor

Fix issue 18891 - extern(C++) destructor prototype should just link
merged-on-behalf-of: Walter Bright <walterbri...@users.noreply.github.com>

--


[Issue 18891] extern(C++) destructor prototype should just link; not generate field/aggregate dtor

2018-05-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18891

Walter Bright  changed:

   What|Removed |Added

   Keywords||C++
 CC||bugzi...@digitalmars.com

--