Search

February 25, 2023
Issues »
...alias is removed, this code compiles and functions properly:

struct Vec{
    int[2] list;
    alias...
February 25, 2023
Learn »
It was marked duplicate. I read the comments to the previous issue and felt like...
February 24, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23738

Paul Backus <snarwin+bugzilla@gmail.com...
February 24, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17435

Paul Backus <snarwin+bugzilla@gmail.com...
February 24, 2023
Learn »
Unfortunately there is a serious bug in this code. Take a look at what happens...
February 24, 2023
Learn »
`static` should not affect module-level functions, but also, this code should work without `static...
February 24, 2023
Issues »
...int t;
}

static void foo(alias F)()
{
}

void bar(alias F)()
{
}

void main()
{
    foo!(S...
February 24, 2023
Learn »
...Bar
{
	@("hello") int t;
}

static bool hasAttribute(alias F, T)()
{
	static foreach (a; __traits(getAttributes...
February 24, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23733

Paul Backus <snarwin+bugzilla@gmail.com...
February 24, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23733

RazvanN <razvan.nitu1305@gmail.com> changed...
132 133 134 135 136 137 138 139 140 141 142
Next ›   Last »