October 13, 2020 General » Re: Spell checking errors can be hilarious | |||
|---|---|---|---|
| |||
...the description in front on them, you dummy) Clicking and copy pasting randomly without even... | |||
September 23, 2020 Issues » [Issue 21271] New: C++ header generation ignores extern(D) class methods affecting vtable layout | |||
|---|---|---|---|
| |||
...be still ignored, but new virtual functions need a dummy declaration on the C++ side. -- | |||
September 23, 2020 General » static map as a type function | |||
|---|---|---|---|
| |||
...types as arguments ;)
---
struct DummyType {} // just a dummy to get the right inference
auto getUDAs... | |||
September 17, 2020 General » Opt-in for including argument names in ABI | |||
|---|---|---|---|
| |||
...void snoopy(int dummy); // A void snoopy(int width); // B snoopy(dummy: 10); // A (-> deprecation... | |||
September 10, 2020 Learn » Re: Trouble with Android and arsd.jni | |||
|---|---|---|---|
| |||
...anymore. You also don't need the dummy main() anymore. The object file containing the... | |||
August 25, 2020 Issues » [Issue 21194] New: VisualD cannot build unit-threaded_property.lib: saying corrupt MS Coff object | |||
|---|---|---|---|
| |||
...Coff object module obj\debug\dummy\dummy\dummy\dummy\dummy\dummy\unit-threaded_property\..\..\..\..\..\..\Users... | |||
August 25, 2020 Learn » what's this Error: corrupt MS Coff object module | |||
|---|---|---|---|
| |||
...Coff object module obj\debug\dummy\dummy\dummy\dummy\dummy\dummy\unit-threaded_property\..\..\..\..\..\..\Users... | |||
August 09, 2020 Issues » [Issue 21140] New: [REG2.086] Error on missed stack allocation for closure for template | |||
|---|---|---|---|
| |||
...void fooTemplate() {
int num;
void foo() { int dummy = num; }
auto s = S!int(&foo); // not... | |||
August 09, 2020 Issues » [Issue 20596] [REG2.086] Error on missed stack allocation for closure for template | |||
|---|---|---|---|
| |||
...s)
{
}
@nogc auto fooTemplate() {
int num;
void foo() { int dummy = num; }
dosomething(S!int(&foo));
}
```
-- | |||
August 09, 2020 Issues » [Issue 20596] [REG2.086] Error on missed stack allocation for closure for template | |||
|---|---|---|---|
| |||
...void fooTemplate() {
int num;
void foo() { int dummy = num; }
auto s = S!int(&foo); // not... | |||
Copyright © 1999-2021 by the D Language Foundation