Emmanuel Nyarko
Emmanuel Nyarko
This PR is an update to the special function header in C++ inter documentation. one direct change was to replace `special function` header to `operator overloading` since we have already...
this is a PR to update the state of the C++ interoperability with the exception handling in D. it's not a complete PR yet for review. will ping you guys...
calling C++ constructors in D are now possible and so must be updated in documentation @dkorpel
for typedefs with ids that are D type keywords, maybe avoid aliasing them. this ensures D semantics are not broken. There's a need for new check keyword functions because of...
closes #20410 @dkorpel @thewilsonator
In an attempt to fix `#define identifier identifier` not being resolvable in D, we create D aliases for these macros that refer to identifiers. including a case check for identifiers...