Search

May 02, 2023
Issues »
...but the issue is also introduced by template translation here. So it looks like there...
May 02, 2023
Announce »
...the compiler, User Defined Attributes now parse template arguments.
- In the standard library, `std.typecons...
May 01, 2023
Issues »
...Segfault for malformed static if in imported template
(#15097)

https://github.com/dlang/dmd/pull...
May 01, 2023
Issues »
...Fix Issue 22765 - Assertion failure in CppMangleVisitor.template_args
(#15100)

- dc9aeabc2383d39adcd4bb3955083f396c01a592 by Razvan Nitu:
  Fix...
April 26, 2023
Learn »
...let you generalize the pattern by using template declaration:

```d
int fnAdd(T)(T v...
April 26, 2023
Learn »
...program, not with every instance of S.

(Template functions may be instantiated more than once...
April 26, 2023
Issues »
...std.meta: Filter;

struct S
{
    int x;
}

template Const(alias value)
{
    enum Const(A...) = value...
April 25, 2023
Announce »
...in time, and no will to improve anything, the motto is go template yourself! (sumtype)
April 25, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=22765

--- Comment #3 from Dlang Bot <dlang...
April 25, 2023
Announce »
...This presents problems in handling function and template overloads, as well as variadic parameter lists...
147 148 149 150 151 152 153 154 155 156 157
Next ›   Last »