Search

April 06, 2023
Issues »
...107): Error: none of the overloads of template
`bug9631.targ.ft` are callable using argument...
April 06, 2023
General »
Yeah, it can always be done in multiple PR's; partial implementations are not a...
April 06, 2023
General »
I think I will eventually.

The matching part is still a problem - it's a...
April 05, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23826

FeepingCreature <default_357-line@yahoo.de...
April 05, 2023
Issues »
...for deprecation when passing type member as template argument." fixing this issue:

- Fix issue 23826...
April 05, 2023
Issues »
...23826
           Summary: Deprecated type member passed to template doesn't warn
           Product: D
           Version: D2...
April 05, 2023
General »
Please open a PR on to dmd's upstream repo so the testsuite can run...
April 05, 2023
General »
...github.com/Lucipetus/dmd/tree/fix_alias_template_deduction
And here's my test code...
April 04, 2023
Issues »
...template IMPLEMENT_REFCOUNT() {
  override uint addRef()  { return 1; }
  override uint release() { return 1; }
}

mixin template...
April 04, 2023
Issues »
...a duplicate of 15459. Known issue: the template instance is cached even though it had...
151 152 153 154 155 156 157 158 159 160 161
Next ›   Last »