April 06, 2023 Issues » [Issue 23830] New: Azure failure for OMF: Module name not printed before struct symbol | |||
|---|---|---|---|
| |||
...107): Error: none of the overloads of template `bug9631.targ.ft` are callable using argument... | |||
April 06, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Yeah, it can always be done in multiple PR's; partial implementations are not a... | |||
April 06, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
I think I will eventually. The matching part is still a problem - it's a... | |||
April 05, 2023 Issues » [Issue 23826] Deprecated type member passed to template doesn't warn | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23826 FeepingCreature <default_357-line@yahoo.de... | |||
April 05, 2023 Issues » [Issue 23826] Deprecated type member passed to template doesn't warn | |||
|---|---|---|---|
| |||
...for deprecation when passing type member as template argument." fixing this issue: - Fix issue 23826... | |||
April 05, 2023 Issues » [Issue 23826] New: Deprecated type member passed to template doesn't warn | |||
|---|---|---|---|
| |||
...23826
Summary: Deprecated type member passed to template doesn't warn
Product: D
Version: D2... | |||
April 05, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Please open a PR on to dmd's upstream repo so the testsuite can run... | |||
April 05, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...github.com/Lucipetus/dmd/tree/fix_alias_template_deduction And here's my test code... | |||
April 04, 2023 Issues » [Issue 23819] defining your own interface IUnknown messes up vtable without any warning | |||
|---|---|---|---|
| |||
...template IMPLEMENT_REFCOUNT() {
override uint addRef() { return 1; }
override uint release() { return 1; }
}
mixin template... | |||
April 04, 2023 Issues » [Issue 19545] __traits(compiles, X) false positive, further uses of X succeed but don't link | |||
|---|---|---|---|
| |||
...a duplicate of 15459. Known issue: the template instance is cached even though it had... | |||
Copyright © 1999-2021 by the D Language Foundation