1 day ago Issues » [Issue 23810] types from core.stdc can't be used in extern(C++) due to aliases being shared | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23810 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
1 day ago Issues » [Issue 19643] core.demangle doesn't handle extern(Objective-C) correctly | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19643 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 23496] several modules are broken on windows with -preview=in due to extern(C) functions using in parameters | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23496 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 12627] extern(C++) interfaces should format | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12627 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
November 28 Issues » [Issue 24888] New: DMD generates bad DWARF for static array return values | |||
|---|---|---|---|
| |||
...bug.d <<EOF
extern(C) auto a() { return (ubyte[16]).init; }
extern(C) auto b... | |||
November 25 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...sense in some situations when dealing with extern(C) code, but even then, usually you... | |||
November 18 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...like passing the ptr field to an extern(C) function, you really shouldn't care... | |||
November 16 DIP Ideas » Objective-C Interop Extensions | |||
|---|---|---|---|
| |||
...runtime implementations. ```d extern(C) extern void* objc_autoreleasePoolPush(); extern(C) extern void objc_autoreleasePoolPop... | |||
November 16 Issues » [Issue 24862] New: cStd cRuntimeLibrary in __traits(getTargetInfo)? | |||
|---|---|---|---|
| |||
...shame that C++ uses the build option `extern-std`, because it doesn't make it... | |||
November 10 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...accepts an rvalue reference from D? If `extern(C++) this(T)` magically matches the C... | |||
Copyright © 1999-2021 by the D Language Foundation