November 22 Issues » [Issue 24871] New: DDoc strips indent in triple slash comments | |||
|---|---|---|---|
| |||
...code class="code"><span class="keyword">void</span> <span
class="psymbol">main</span>() {
<span class... | |||
November 22 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...b;
auto v = b ? (
new class LeClass, LeInterface {}
) : (
new class LeClass, LeInterface {}
);
```
```
bool b = false... | |||
November 21 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...e1, e2, e3)` in C.
Maybe:
```d
(){
class __anonclass1 : BaseClassList
{
void* this;
}
return new __anonclass1... | |||
November 21 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...b;
auto v = b ? (
new class LeClass, LeInterface {}
) : (
new class LeClass, LeInterface {}
);
}
```
```
void main()
{
bool... | |||
November 20 DIP Ideas » New syntax for comma expression | |||
|---|---|---|---|
| |||
...foo = new __anonclass1;
```
Proposed grammar:
```diff
CommaExpression:
+ "class" ConstructorArgs|opt AnonBaseClassList|opt AggregateBody
+ "__commaExpr" '(' CommaExpression... | |||
November 20 Issues » [Issue 23722] Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code | |||
|---|---|---|---|
| |||
...also significant emission strategy differences for non-class TypeInfos across DMD and LDC. I prefer... | |||
November 20 Announce » Redub v1.17.1: Walking on its own direction | |||
|---|---|---|---|
| |||
...d
module getmodules;
import redub.plugin.api;
class GetModulePlugin : RedubPlugin {}
mixin PluginEntrypoint!(GetModulePlugin);
```
For using... | |||
November 19 General » Re: Why isn’t 2.110 published? | |||
|---|---|---|---|
| |||
...supported languages in gcc. LDC gives world class optimization support for bleeding-edge D code... | |||
November 19 Learn » Re: Threading with SDL | |||
|---|---|---|---|
| |||
...stdio;
import std.concurrency;
// Renderer interface
abstract class Renderer {
private bool isRunning = true;
protected Tid... | |||
November 19 DIP Development » Re: Second Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...just work" regardless of type, i.e. class vs struct vs array has a very... | |||
Copyright © 1999-2021 by the D Language Foundation