Search

February 03, 2022
General »
...the whole process.

There have been previous 'dummy-templatizations' in druntime/Phobos to work around...
January 05, 2022
Announce »
...return true;
}

(The return value is a dummy.  It's not strictly necessary, but I...
December 13, 2021
Learn »
...to hammer it in place or helper dummy struct with class layout that mimics this...
December 08, 2021
Issues »
...nothrow;
}

interface Dummy {}
interface Bug(E) : Dummy, IObject {}



                                   interface OK(E) : IObject, Dummy {}

static assert...
November 27, 2021
General »
...not require weird dances around T.init, dummy types involving extra argument copies, or manual...
November 18, 2021
Issues »
...S {
    int storage;
    int* ptr;

    this(int dummy) {
        ptr = &storage;
    }

    int* get() return scope {
        return...
November 13, 2021
General »
...gshared int dummy = int.min;

    @trusted @property
    P ptr() inout
    {
        P ret = & dummy; // Persuade the...
November 05, 2021
Issues »
...Modifying or removing Result.a or removing 'dummy' did not remove the bug.

Only removing...
November 05, 2021
Issues »
...just for assert

// Comment out the `, int dummy=0` to make the bug disappear
auto...
November 04, 2021
General »
...typedef generated by the compiler reports a
dummy
filename and line declarations. I fixed this...
1 2 3 4 5 6 7 8 9 10 11 12
Next ›   Last »