2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...this = a; } ``` Really, we need something in __traits to test for inheritance and to stop... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...some stuff with [__traits(hasMember)](https://dlang.org/spec/traits.html#hasMember), `__traits(getMember)`, etc... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...static if (is(__traits(parent, T) == module) && isUserType!T)
{
alias mod = __traits(parent, T);
alias... | |||
4 days ago General » Something like ADL from C++? | |||
|---|---|---|---|
| |||
...to simulate something like ADL by getting `__traits(parent, value)` in a loop until I... | |||
6 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...the alias declaration! ❗ Can't use __traits(compiles, ...) or static assert(...) or mixin(dummy... | |||
6 days ago Issues » [Issue 24080] std.traits.TemplateOf doesn't return void for non-template functions | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24080 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 23500] std.traits.getUDAs not working properly for overloads | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23500 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 21192] std.traits: Add trait for determining if a type has padding/alignment holes | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21192 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 20764] [The D Bug Tracker] std.traits.isAggregateType chokes on modules | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20764 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 20555] Request to add trait matching to __traits(getOverloads, ...) to std.traits library module | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20555 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
Copyright © 1999-2021 by the D Language Foundation