February 03, 2022 General » Re: Cannot compile betterC app in windows using stderr | |||
|---|---|---|---|
| |||
...the whole process. There have been previous 'dummy-templatizations' in druntime/Phobos to work around... | |||
January 05, 2022 Announce » Re: Error message formatter for range primitives | |||
|---|---|---|---|
| |||
...return true; } (The return value is a dummy. It's not strictly necessary, but I... | |||
December 13, 2021 Learn » Re: How to pass a class by (const) reference to C++ | |||
|---|---|---|---|
| |||
...to hammer it in place or helper dummy struct with class layout that mimics this... | |||
December 08, 2021 Issues » [Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order | |||
|---|---|---|---|
| |||
...nothrow;
}
interface Dummy {}
interface Bug(E) : Dummy, IObject {}
interface OK(E) : IObject, Dummy {}
static assert... | |||
November 27, 2021 General » How about some __initialize magic? | |||
|---|---|---|---|
| |||
...not require weird dances around T.init, dummy types involving extra argument copies, or manual... | |||
November 18, 2021 Issues » [Issue 22522] New: [dip1000] Creating interior pointers allowed in @safe | |||
|---|---|---|---|
| |||
...S {
int storage;
int* ptr;
this(int dummy) {
ptr = &storage;
}
int* get() return scope {
return... | |||
November 13, 2021 General » Re: Store mutable indirections in immutable data with this one weird trick! | |||
|---|---|---|---|
| |||
...gshared int dummy = int.min;
@trusted @property
P ptr() inout
{
P ret = & dummy; // Persuade the... | |||
November 05, 2021 Issues » [Issue 22484] dmd generates wrong code for certain parameter/return sizes | |||
|---|---|---|---|
| |||
...Modifying or removing Result.a or removing 'dummy' did not remove the bug. Only removing... | |||
November 05, 2021 Issues » [Issue 22484] New: dmd generates wrong code for certain parameter/return sizes | |||
|---|---|---|---|
| |||
...just for assert // Comment out the `, int dummy=0` to make the bug disappear auto... | |||
November 04, 2021 General » SAOC LLDB D integration: 7th Weekly Update | |||
|---|---|---|---|
| |||
...typedef generated by the compiler reports a dummy filename and line declarations. I fixed this... | |||
Copyright © 1999-2021 by the D Language Foundation