Search

December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=21385

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=19027

--- Comment #2 from dlangBugzillaToGithub <robert.schadek...
November 25
Issues »
...20,0]; // OK
    s = cast(S) long.max; // error
}

Error: cannot cast expression `9223372036854775807L` of...
November 19
Issues »
...bug. The default aggregate alignment is the max of its members, so the common `align...
November 17
Issues »
...may be set too low. Increasing the current and max values fixed the issue.

Resolving.

--
November 15
DIP Ideas »
...limits.h>

int main()
{
    short x = SHRT_MAX;
    short div = 1;
    short y = x / div...
November 14
General »
...be allocated is not in the `[min, max]` range, it instead requests the parent allocator...
November 12
Issues »
...dlang.org

```
void f()
{
    short x = short.max;
    short div = 1;
    short y = x / div...
November 08
DIP Ideas »
...it allows it.
```d
    short x = short.max;
    short div = 1;
    short y = x / div...
November 08
Learn »
...are not generated therefore this is why I get the linker errors ?

Kind regards,
Max
1 2 3
Next ›   Last »