Search

September 14, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=10488

Nick Treleaven <nick@geany.org> changed...
September 14, 2022
Issues »
...function template because there's no identifier. The first example is a constructor template. Do...
September 14, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=17809

Nick Treleaven <nick@geany.org> changed...
September 14, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=17239


This got added to the spec...
September 14, 2022
Issues »
...int
int()
void

As c is a template, the type is supposed to be void...
September 13, 2022
Learn »
...Yes. Except for `@trusted`, explicit attributes on template code are a
> smell.

Except for 'const...
September 13, 2022
Learn »
Not sure if it helps, but you can define final methods in an interface, which...
September 13, 2022
Announce »
...phobos/std/range/package.d(4060): Error: template instance `std.range.Cycle!(RefCounted!(CachedRange!(ElementCache...
September 13, 2022
Learn »
Thanks for the spec help Paul. I must've skirted around the compiler somehow. This...
September 13, 2022
Learn »
https://dlang.org/spec/template.html#limitations

You *should* get an error from the compiler...
248 249 250 251 252 253 254 255 256 257 258
Next ›   Last »