Search

November 26
Learn »
...reasonable template usage without all kinds of static checks.

I went over this in my...
November 24
Issues »
https://issues.dlang.org/show_bug.cgi?id=21446

Nick Treleaven <nick@geany.org> changed...
November 24
Issues »
...Bugzilla 24876 - Undocumented cast from slice to static array" was merged into master:

- d39f7c837d7c86bf408905d01dc539ccfe24ff1a by...
November 24
Issues »
...to static array" fixing this issue:

- Fix Bugzilla 24876 - Undocumented cast from slice to static...
November 24
Issues »
...24876
           Summary: Undocumented cast from slice to static array
           Product: D
           Version: D2
          Hardware: x86...
November 23
DIP Ideas »
...about the control state of a QES")
	static (QESControlRef, QESControlState*) allocate(Types context, string[] contextNames...
November 23
Issues »
https://issues.dlang.org/show_bug.cgi?id=5176

Nick Treleaven <nick@geany.org> changed...
November 23
Issues »
...T fields;
    alias fields this;
}

void main ()
{
   Tuple!(string) tup;
   static foreach (j, t; tup)
   {
   }
}

--
November 23
Issues »
...ES : S { a = S.init }

    static assert( isAggregateType!S);
    static assert( isAggregateType!ES);
---

Looking at...
November 23
Issues »
...ID: 24873
           Summary: dmd v2.109.1: static foreach over tuple: segfault
           Product: D
           Version...
1 2 3 4 5 6 7
Next ›   Last »