Search

1 day ago
General »
...d
int main ()
{
   import std.stdio;
   writeln ("OK.");
   return 0;
}
$ dmd -run return0 1>&-; echo...
1 day ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=22962

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
1 day ago
General »
...d
int main ()
{
   import std.stdio;
   writeln ("OK.");
   return 0;
}
```

(`1>&-` or `>&-` can be used...
2 days ago
General »
...foo(); // ok
}

void baz(){
    int x;
    // auto y=&x; // error, good
}

void qux(){
    foo(); // ok...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=23240

--- Comment #4 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=22645

--- Comment #8 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=18371

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=16414

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=15747

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
December 06
DIP Ideas »
...would need to double check it, but ok I can ditch the : in favor of...
« First   ‹ Prev
1 2
Next ›   Last »