September 14, 2022 Issues » [Issue 10488] Allow template this parameter to work with static functions | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=10488 Nick Treleaven <nick@geany.org> changed... | |||
September 14, 2022 Issues » [Issue 15719] Can't make template with name "this" | |||
|---|---|---|---|
| |||
...function template because there's no identifier. The first example is a constructor template. Do... | |||
September 14, 2022 Issues » [Issue 17809] "this" is implicitly captured by template with alias parameter | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17809 Nick Treleaven <nick@geany.org> changed... | |||
September 14, 2022 Issues » [Issue 17239] template this in typeof expressions | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17239 This got added to the spec... | |||
September 14, 2022 Issues » [Issue 17239] template this in typeof expressions | |||
|---|---|---|---|
| |||
...int int() void As c is a template, the type is supposed to be void... | |||
September 13, 2022 Learn » Re: Function attribute best practices | |||
|---|---|---|---|
| |||
...Yes. Except for `@trusted`, explicit attributes on template code are a > smell. Except for 'const... | |||
September 13, 2022 Learn » Re: Linker Error with Template Function | |||
|---|---|---|---|
| |||
Not sure if it helps, but you can define final methods in an interface, which... | |||
September 13, 2022 Announce » Re: Introducing alid | |||
|---|---|---|---|
| |||
...phobos/std/range/package.d(4060): Error: template instance `std.range.Cycle!(RefCounted!(CachedRange!(ElementCache... | |||
September 13, 2022 Learn » Re: Linker Error with Template Function | |||
|---|---|---|---|
| |||
Thanks for the spec help Paul. I must've skirted around the compiler somehow. This... | |||
September 13, 2022 Learn » Re: Linker Error with Template Function | |||
|---|---|---|---|
| |||
https://dlang.org/spec/template.html#limitations You *should* get an error from the compiler... | |||
Copyright © 1999-2021 by the D Language Foundation