Search

October 13, 2020
General »
...the description in front on them, you dummy)
Clicking and copy pasting randomly without even...
September 23, 2020
Issues »
...be still ignored, but new virtual functions need a dummy declaration on the C++ side.

--
September 23, 2020
General »
...types as arguments ;)

---

struct DummyType {} // just a dummy to get the right inference

auto getUDAs...
September 17, 2020
General »
...void snoopy(int dummy); // A
void snoopy(int width); // B

snoopy(dummy: 10); // A (-> deprecation...
September 10, 2020
Learn »
...anymore. You also don't need the dummy main() anymore. The object file containing the...
August 25, 2020
Issues »
...Coff object module
obj\debug\dummy\dummy\dummy\dummy\dummy\dummy\unit-threaded_property\..\..\..\..\..\..\Users...
August 25, 2020
Learn »
...Coff object module obj\debug\dummy\dummy\dummy\dummy\dummy\dummy\unit-threaded_property\..\..\..\..\..\..\Users...
August 09, 2020
Issues »
...void fooTemplate() {
    int num;

    void foo() { int dummy = num; }

    auto s = S!int(&foo); // not...
August 09, 2020
Issues »
...s)
{

}

@nogc auto fooTemplate() {
    int num;

    void foo() { int dummy = num; }

    dosomething(S!int(&foo));
}
```

--
August 09, 2020
Issues »
...void fooTemplate() {
    int num;

    void foo() { int dummy = num; }

    auto s = S!int(&foo); // not...
7 8 9 10 11 12 13 14 15 16 17 18
Next ›   Last »