On Tue, 10 Jul 2018 at 03:50, RazvanN via Digitalmars-d <[email protected]> wrote: > > Hi everyone! > > I managed to put together a first draft of the DIP for adding the > copy constructor to the language [1]. If anyone is interested, > please take a look. Suggestions and comments about technical > aspects and wording are all welcome. > > Thanks, > RazvanN > > [1] https://github.com/dlang/DIPs/pull/129
I'd like to see a mention on extern(C++) copy constructors; are they naturally semantically compatible? If not, how will it behave differently when extern(C++) is applied (ie, like C++)? Normal constructors and destructors change semantics in the presence of extern(C++).
