June 02 DIP Ideas » Re: D Editions | |||
|---|---|---|---|
| |||
...if there are differences, newer editions *must define* the interactions like this between editions as... | |||
May 31 Issues » [Issue 24261] Cannot define calling convention of a function prototype in a function scope | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24261 Nick Treleaven <nick@geany.org> changed... | |||
May 29 Learn » need help to use C++ callback from garnet | |||
|---|---|---|---|
| |||
...dest, length, callback, context); } ``` I need to define `FASTER::core::AsyncIOCallback callback` from D, any... | |||
May 21 DIP Ideas » Template and Type Literals | |||
|---|---|---|---|
| |||
...be to use if you had to define and pass the function/predicate/… by... | |||
May 18 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...anyway. But infinite ranges will have to define their own opDollar regardless, since they need... | |||
May 18 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...infinite range with slicing will have to define a finite range that follows all of... | |||
May 17 Issues » [Issue 24554] New: Clarrification for bad codegen on postfix operators | |||
|---|---|---|---|
| |||
...int d = 42;
bool o = d > d++;
}
```
```
define i32 @_Dmain({ i64, ptr } %unnamed) #0 {
%d... | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
Essentially, that requires that opDollar define the common arithmetic operations (except maybe multiplication). I'll... | |||
May 17 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...it will all just work if I define a complex opDollar, I can easily imagine... | |||
May 16 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...and over in their code will just define `ichar = immutable(char)` and go with `ichar... | |||
Copyright © 1999-2021 by the D Language Foundation