May 11, 2023 Issues » [Issue 17653] Redefining symbol in separate but identical template namespaces is completely ignored | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17653 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
May 10, 2023 Learn » Re: Proper way to handle "alias this" deprecation for classes | |||
|---|---|---|---|
| |||
...issues down the road and whether the template specialization is dangerous, as it will trigger... | |||
May 10, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...aggregate type has a `static` member function template `opBinary` that can be instantiated as `opBinary... | |||
May 10, 2023 Issues » [Issue 23136] closure in a loop should hold distinct values for each iteration | |||
|---|---|---|---|
| |||
...is a compile-time sequence (introduced by template `...` in some way), `auto ref` becomes `auto... | |||
May 10, 2023 General » Re: cannot interpret `cast(void)0` at compile time? | |||
|---|---|---|---|
| |||
...and when we pass it in a template, we have to put in a delegate... | |||
May 09, 2023 General » Re: cannot interpret `cast(void)0` at compile time? | |||
|---|---|---|---|
| |||
...stdio;
key.writeln(" added, value: ", element.value);
}
}
template PL(alias R) // pl
{
static if(is... | |||
May 09, 2023 Issues » [Issue 23665] Add traits to retrieve template parameter information | |||
|---|---|---|---|
| |||
...com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Add traits |Add traits to retrieve
| |template parameter
| |information
-- | |||
May 09, 2023 Issues » [Issue 23907] __traits(child) respects visibility | |||
|---|---|---|---|
| |||
...alias` parameter of a template imported from another module. That template should be able to... | |||
May 09, 2023 Issues » [Issue 18605] Missing return not detected when labeled continue is used | |||
|---|---|---|---|
| |||
...end of function test.d(11): Error: template instance `test.test!(1, 2, 3)` error... | |||
May 09, 2023 Issues » [Issue 18035] super does not work properly for template base classes | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18035 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
Copyright © 1999-2021 by the D Language Foundation