3 days ago Issues » [Issue 8374] One missed array literal interpretation as int[2] | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=8374 --- Comment #9 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=6589 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 5948] Different error messages for int array | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5948 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
3 days ago Issues » [Issue 3999] Have enums that do not implicitly convert to an int | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=3999 --- Comment #10 from dlangBugzillaToGithub <robert.schadek... | |||
5 days ago Announce » D Language Foundation July 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...the spec wouldn't say "use an int here" or "use a long there". It... | |||
5 days ago General » Re: Attribute transference from callbacks? | |||
|---|---|---|---|
| |||
...inout(int)* to an immutable(int)*, but you can pass to a const(int)*... but... | |||
6 days ago General » Re: Attribute transference from callbacks? | |||
|---|---|---|---|
| |||
...compile;
```d
inout(int)* foo(inout(int)* delegate()inout dg,inout(int)* x){
return x... | |||
December 08 General » [OT] Dennis Ritchie's proposal for slices in C | |||
|---|---|---|---|
| |||
...little weird--he uses
int (*arr)[?];
...instead of Walter's proposed
int arr[..];
...but the... | |||
December 08 General » Re: Attribute transference from callbacks? | |||
|---|---|---|---|
| |||
...int) @safe :
void delegate(int) @system));
```
and
```
void delegate(int) @safe a;
void delegate(int... | |||
December 06 General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...class MyClass : SerializationRoot { }
class MyOtherClass : SerializationRoot {
this(int) { }
override void serialize() {
writeln("This class does... | |||
Copyright © 1999-2021 by the D Language Foundation