November 26 Issues » [Issue 24880] to!string with inout enum argument fails to compile | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24880 --- Comment #1 from anonymous4 <dfj1esp02@sneakemail... | |||
November 25 Issues » [Issue 24880] New: to!string with inout enum argument fails to compile | |||
|---|---|---|---|
| |||
...Summary: to!string with inout enum argument fails to compile
Product: D
Version: D2
Hardware... | |||
November 23 Issues » [Issue 24875] New: std.traits.isAggregateType does not consider enums of aggregate types to be aggregate types | |||
|---|---|---|---|
| |||
...issues.dlang@jmdavisProg.com
The second assertion fails:
---
import std.traits;
struct S {}
enum ES... | |||
November 21 Issues » [Issue 24870] New: cast() ignore when the dot operator is used | |||
|---|---|---|---|
| |||
...new T(42);
}
}
struct T
{
int i;
}
---
fails to compile:
---
q.d(4): Error: cannot... | |||
November 20 Issues » [Issue 24869] New: Qualifier dropped from return type when AliasSeq is indexed with template argument | |||
|---|---|---|---|
| |||
...DMD 2.109.1, the following program fails to compile: --- alias AliasSeq(Args...) = Args; struct... | |||
November 20 Announce » Redub v1.17.1: Walking on its own direction | |||
|---|---|---|---|
| |||
...build to save cache even when it fails - Improved source imports - API should now get... | |||
November 18 Issues » [Issue 24864] New: hasElaborateDestructor incorrectly true for structs with anonymous unions | |||
|---|---|---|---|
| |||
...static assert(!hasElaborateDestructor!S); } --- fails to compile, because the static assertion fails. However, S does... | |||
November 13 Issues » [Issue 24859] New: Relational expression for dynamic arrays with vector elements fails to compile | |||
|---|---|---|---|
| |||
...expression for dynamic arrays with vector
elements fails to compile
Product: D
Version: D2
Hardware... | |||
November 13 Issues » [Issue 24855] VRP fails to prevent overflow after division | |||
|---|---|---|---|
| |||
...dmd pull request #17060 "Fix 24855 - VRP fails to prevent overflow after division" was merged... | |||
November 12 Issues » [Issue 24855] VRP fails to prevent overflow after division | |||
|---|---|---|---|
| |||
...VRP fails to prevent overflow after division" fixing this issue: - Fix bugzilla 24855 - VRP fails... | |||
Copyright © 1999-2021 by the D Language Foundation