November 23 Issues » [Issue 24875] std.traits.isAggregateType does not consider enums of aggregate types to be aggregate types | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24875 Dlang Bot <dlang-bot@dlang.rocks... | |||
November 23 Issues » [Issue 24875] New: std.traits.isAggregateType does not consider enums of aggregate types to be aggregate types | |||
|---|---|---|---|
| |||
...id=24875
Issue ID: 24875
Summary: std.traits.isAggregateType does not consider enums of
aggregate... | |||
November 19 DIP Development » Re: Second Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...2. There is no trait like ``__traits(allocateSize, T)``/``__traits(allocateSize, T, arrayCount)``. Handle overflow... | |||
November 18 Issues » [Issue 24865] New: __traits(hasMember, T, "__xdtor") is true in some cases where there is no __xdtor member | |||
|---|---|---|---|
| |||
...s6;
pragma(msg, "S2: " ~ __traits(allMembers, S2).stringof);
pragma(msg, "S2: " ~ __traits(hasMember, S2, "__xdtor... | |||
November 18 Issues » [Issue 24864] New: hasElaborateDestructor incorrectly true for structs with anonymous unions | |||
|---|---|---|---|
| |||
...com
This code
---
void main()
{
import std.traits;
static struct Member
{
~this() {}
}
static struct S... | |||
November 17 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...done a ton of redesign work on Traits. As far as `Tuple` is concerned, Timon... | |||
November 16 Issues » [Issue 24862] New: cStd cRuntimeLibrary in __traits(getTargetInfo)? | |||
|---|---|---|---|
| |||
...Issue ID: 24862
Summary: cStd cRuntimeLibrary in __traits(getTargetInfo)?
Product: D
Version: D2
Hardware: All... | |||
November 13 Issues » [Issue 24857] Unknown error while instantiating: __traits(compiles) hides the real issue | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24857 Luís Ferreira <contact@lsferreira.net> changed... | |||
November 13 Issues » [Issue 24857] Unknown error while instantiating: __traits(compiles) hides the real issue | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24857 Luís Ferreira <contact@lsferreira.net> changed... | |||
November 13 General » Re: What's the story with @property again? | |||
|---|---|---|---|
| |||
...opDispatch(string name, Args...)(Args args)
{
return __traits(getMember, payload, name) = args;
}
...and it will... | |||
Copyright © 1999-2021 by the D Language Foundation